Submission failed please try again later | Community
Skip to main content
New Participant
September 15, 2023
Solved

Submission failed please try again later

  • September 15, 2023
  • 1 reply
  • 3097 views

I've seen other posts on this and in most cases it appears to be forms loading from different sources. Client recently enabled ReCaptchaV3 and is starting to get that error message intermittently. They also have WP as a CMS. Looking at page source and inspect element shows some issues but it's hard for my non-coder brain to parse. Here's an example page where it has happened: nlyte.com/resource/data-center-sustainability-copy/ Any insights?

Best answer by SanfordWhiteman

Not really intermittent: that error will always happen with one of your two forms because the native reCAPTCHA doesn’t support multiple forms on the same page.

 

The last form to load is the one that will work, all others will fail. Note load order isn’t the same as DOM order since the server can respond slightly faster to a given form even if it’s lower down on the page. In any case, the error is predictable because some form will always be last.

 

The only way to use reCAPTCHA w/multiple Marketo forms is to go back to the old custom JS model as opposed to native.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
September 16, 2023

Not really intermittent: that error will always happen with one of your two forms because the native reCAPTCHA doesn’t support multiple forms on the same page.

 

The last form to load is the one that will work, all others will fail. Note load order isn’t the same as DOM order since the server can respond slightly faster to a given form even if it’s lower down on the page. In any case, the error is predictable because some form will always be last.

 

The only way to use reCAPTCHA w/multiple Marketo forms is to go back to the old custom JS model as opposed to native.