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:
-
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 -
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