Home › Forums › Quform PHP › Issue with sending using reCaptcha v3
- This topic has 3 replies, 2 voices, and was last updated 4 years, 6 months ago by Ally.
- AuthorPosts
- May 1, 2020 at 8:13 pm #31073NickoLabsParticipant
Greetings
I have a form that doesn’t seem to be able to send properly. When reCaptcha is enabled, the form loads indefinitely and hangs.
I set up a test form here : https://www.aclcpa.ca/form.php
I setup, for testing purposes, two similar form.
First one is honeypot validated only and it works.
The second one is honeypot + recaptcha validated and that one doesn’t work (and it doesn’t work either with JS disabled, since reCaptcha needs JS).I checked the reCaptcha setup a couple time already, it looks like it’s the JS that never get around to submit…
Also, worth noting that it is a freshly downloaded and installed quForm version (I just bought it today for this client).
Any ideas?
Regards,
Nickolas SimardMay 4, 2020 at 11:20 am #31093AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
May 4, 2020 at 12:16 pm #31095NickoLabsParticipantIt did have an effect – it fixed the reCaptcha v3! Perhaps double check that the documentation has that little bit of info? I couldn’t see it at first glance?… 😀
<div class="g-recaptcha" data-sitekey="SITE_KEY" data-size="invisible" data-version="v3"></div>
I’m now getting a PHP Error (but that was an issue with my process file and the validators in it).
There was a problem Notice: Undefined variable: message in /home/aclcpaca/public_html/quform/process-reCaptcha.php on line 209 Fatal error: Uncaught Error: Call to a member function addValidator() on null in /home/aclcpaca/public_html/quform/process-reCaptcha.php:209 Stack trace: #0 {main} thrown in /home/aclcpaca/public_html/quform/process-reCaptcha.php on line 209
Edit:
But that was an issue I could fix.; I did copy paste a part without renaming the var.Form seems to be sending out now.
May 5, 2020 at 10:46 am #31108AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.