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!