I am hoping someone can help.
We have an embeded form (currently testing) https://www.egress.com/form-test-contact-us
When the form is submitted it doesn't go to the thank you page I have set in marketo, instead it stays on the same page. (and takes the submitted data and puts it in the URL for some strange reason).
What is causing this?
(and takes the submitted data and puts it in the URL for some strange reason).
Not strange at all. That's what happens when you have a JS error in your custom code, and the form reverts to a native HTML form because the special JS handling is broken.
Thanks Sandford. Can you see what the error is though?
I have same problem, did it work for you Mark?
Hi Katie, our issue turned out to be because some old JS we had which related to our old marketing platform was conflicting with the Marketo form code. Once we took that out it worked fine.
Katie, you need to supply a URL if you want someone to look into this behavior. Please opena new thread if it's still relevant. As I mentioned to Mark, the problem will be almost certainly be with your own code, not the forms library code.