Display webhook response data after successful form submission

Here’s a screencast that walks through how to make all of this work without 3rd party dependencies:

It walks through setting up Make and capturing the response to handle it however you like. Along with controlling the success / error messaging.

Learning how to do this opens up a world of possibilities for you.

@ChrisDrit I used your tutorial with n8n to execute something similar (displaying quiz results directly after filling out a form).

The only modification I had to make to the code was editing id’s and updating the successful header response code to 200 instead of 302 since that’s what n8n was sending.

Thanks for this!