Recaptcha
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
-
-
- Posts: 35
- Joined: Mon Aug 20, 2018 8:16 pm
Recaptcha
I competed a contact form, and added the recaptcha to it. I tested it, and found out that I was able to press on the submit/send button without being prompted to complete the quiz on the recaptcha thing. I am not sure what is missing from my setup? Any ideas? Thank you!
Re: Recaptcha
Did you add the recaptcha object inside the form?
Are you using the built-in form script?
Are you using the built-in form script?
-
-
- Posts: 35
- Joined: Mon Aug 20, 2018 8:16 pm
Re: Recaptcha
Yes, the recaptcha is inside the form just above the send/submit button. Yes, I am using the built-in form script. I shouldn't be able to press the send/submit button unless I completed the quiz, but that is not what is happening right now. Pressing the send button sends directly me to the error page. Thank you.
Re: Recaptcha
Recaptcha does not block the submit button. it verifies the input on the server side.
- BaconFries
-
- Posts: 5871
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Recaptcha
What quiz? WWB doesn't have a quiz! Have you implemented your own quiz script? does it use its own/any validation so that the user cannot press submit till any and all questions are filled/answered.I shouldn't be able to press the send/submit button unless I completed the quiz
See the following:
https://www.wysiwygwebbuilder.com/validation.html
Re: Recaptcha
Hi BF, I think the quiz referred to is the recaptcha boxes that appear that you have to identify certain objects in before you can continue.
-
-
- Posts: 35
- Joined: Mon Aug 20, 2018 8:16 pm
Re: Recaptcha
Sorry for not being clear when I mentioned the quiz. Billywiz was correct for clarifying it. Thank you!
Pablo:
On the website I am building, the recaptcha box does not display the " Please verify that you are not a robot" message, and sends the info through. Yes, it is redirected to the error page, but from my little experience using the recaptcha box in other websites, you cannot send any message without completing the test first, and that is why I believe that I didn't set it correctly.
BaconFries:
I am not using any custom script other than what's in WYSIWYG Web Builder toolbox. Thank you for the link; I will give it another go and see what happens.
I will update you guys as soon as I get it working. Thank you for all of your input!
Pablo:
On the website I am building, the recaptcha box does not display the " Please verify that you are not a robot" message, and sends the info through. Yes, it is redirected to the error page, but from my little experience using the recaptcha box in other websites, you cannot send any message without completing the test first, and that is why I believe that I didn't set it correctly.
BaconFries:
I am not using any custom script other than what's in WYSIWYG Web Builder toolbox. Thank you for the link; I will give it another go and see what happens.
I will update you guys as soon as I get it working. Thank you for all of your input!
Re: Recaptcha
I'm sorry, Recaptcha v2 does not block the submit button.
This functionality is available in Recaptcha v3:
https://www.wysiwygwebbuilder.com/invis ... ptcha.html
This functionality is available in Recaptcha v3:
https://www.wysiwygwebbuilder.com/invis ... ptcha.html
-
-
- Posts: 35
- Joined: Mon Aug 20, 2018 8:16 pm
Re: Recaptcha
That explains it; I will go back and use V3 then. Thank you Pablo!