Hello everyone,
I am using WordPress with the Avada theme and have several Avada Forms on a single page, each using Google reCAPTCHA v2 (checkbox).
Problem:
Only the first form on the page works correctly. When I try to submit any additional form on the same page, I get this error message:
"There was an error trying to send your message. Please try again later."
If I remove the reCAPTCHA field from the additional forms, the forms submit without any problem. So it seems that multiple v2 checkboxes on one page are conflicting.
What I’ve checked so far:
-
Site key and secret key are correct.
-
Domain is properly registered in the reCAPTCHA console.
-
No caching/firewall rules are blocking reCAPTCHA.
-
With only one form per page, everything works fine.
My questions:
-
Is it possible to use multiple reCAPTCHA v2 checkboxes on a single page with Avada?
-
If yes, do I need to manually initialize them using
grecaptcha.render()
? -
Is there an official best practice for implementing this setup with multiple forms?
Any advice would be greatly appreciated!
Thanks,