Hi everyone,
We are having an issue with forms embedded on WebFlow landing pages where inconsistently, the form throws an error of "Submission failed, please try again later". This is related to other threads in the community, here and here. I've shared both threads with our developers and they don't think that we have the same issue loading forms from 2 different aliases.
@SanfordWhiteman Below are the pages we're experiencing the issue. I would greatly appreciate if you're able to give them a look.
https://corp.narvar.com/returns-benchmarks-report-2021
https://corp.narvar.com/request-a-demo
Solved! Go to Solution.
Same problem as ever, you’re loading from 2 domains:
<script>MktoForms2.loadForm("//app-ab14.marketo.com", "249-TEC-877", 2002);</script>
<script>MktoForms2.loadForm("//see.narvar.com", "249-TEC-877", 2206);</script>
Only the LP domain should be used.
We don't have any other forms in the page for race condition.
You absolutely do.
You’re loading
I still have never seen any other cause for this behavior — every time someone says they have only one form origin, they actually have more than one!
Same problem as ever, you’re loading from 2 domains:
<script>MktoForms2.loadForm("//app-ab14.marketo.com", "249-TEC-877", 2002);</script>
<script>MktoForms2.loadForm("//see.narvar.com", "249-TEC-877", 2206);</script>
Only the LP domain should be used.
Thank you @SanfordWhiteman for the quick response. Sharing with our team now.
Hi Sanford,
I'm using the marketo from in our web personalization and using it as pop up functionality while user trying close(Exit intent) will show this form.
We don't have any other forms in the page for race condition. (This page is non Marketo landing page)
You can test using below link in browser and try to hover your near close button once the page is loaded and you will see the pop up form:
https://www.protoexpress.com/pcb/pcb-material-selector/?sandbox=1
However when the form we try to submit its showing the same error like "Submission failed"
please help me in providing some help here.
Thanks
Bala
We don't have any other forms in the page for race condition.
You absolutely do.
You’re loading
I still have never seen any other cause for this behavior — every time someone says they have only one form origin, they actually have more than one!