@matthieu_chateau and @RafaPG , excellent examples - I am attempting the same, but what should the ‘On form submit’ be set to in Softr?
Workflow:
- User submits form, triggers the Make webhook
- Updates are made to Airtable, and another Webhook response returns the 302 and redirect
- Softr however does not interpret the response correctly and throws a ‘Something went wrong!’ error
Note that the ‘detailUrl’ itself is valid (including ‘https://’)
I suspect that it’s the ‘ON FORM SUBMIT’ in Softr that’s not configured correctly, but neither ‘Do nothing’, ‘Open external URL’, or ‘Open page’ seems to work.
Alternatively, should I use the script as mentioned in Redirect via Webhook After Form Submission - #12 by artur instead? The value of the URL to be redirected to will be dynamic, but hoping to do without custom code.
Much appreciate your thoughts!