Redirect user to new page on wordpress site when webhook was processed

Hello everyone!
I have a very specific issue and was wondering if anyone has an idea on how I can approach that.

I am using a form-plugin in my wordpress site to submit applications (Jet forms). When the user clicks submit the form input is sent to make using a webhook, which works perfectly.
Now my issue: The user is immediately redirected to a confirmation page on my website, even tough make.com is still processing the data an may encounter an error which results in the data not being sent to me. I would need some kind of callback which only redirects the user once make.com has finished its work. Is there any way I can takle this with make.com? Or is that something the WP-Plugin would need to handle?

Thank you!

That’s something the plugin has to handle, since it’s client-side. Make can’t perform the redirect since the script did not send your user to the Make webhook itself, but only the form data.

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

2 Likes

Makes sense. Thank you so much for your reply!