Redirect via Webhook After Form Submission

I just wanted to share here that I had troubles getting the redirect to work, but I experimented with one thing and then it did work:
I adjusted the Make webhook response status code to 307. The redirect now seems to work.

So in total:

  1. I used this script from @artur:
    (make sure your form name is “form1” or otherwise change the name in the script)
    Redirect via Webhook After Form Submission - #6 by artur

  2. In Make I set up the webhook response to:

  • Status: 307
  • Body: keep empty
  • Customer headers:
    – Key: Location
    – Value: the url you want to redirect
2 Likes