Success/Error messages of forms on exported sites with third pary forms, like Formcarry

Hey there,

I’m checking out how we can find a solution for the problem with forms on exported sites. We think about using Formcarry for it, but can’t find a way to keep the Success/Error messages running. In Formcarry we can only define a “Return URL” to a separate success page. So I’m asking you: Is there a way to redirect to the Success/Error divs on the page itself – without creating a separate page?

Thanks in advance, have a nice day!
Maik

You would need to use AJAX for that. They have some documentation on that.
https://formcarry.com/documentation/getting-deeper#using-ajax

Also check out www.formsparrow.com for an easy alternative which includes custom Success and Error messages

Hi all,
I have the same problem.
I need to execute my own PHP script once I POST (using AJAX) my form and trigger the success/error message from webflow.

How to trigger these messages manually ?