Hi, I have looked all through the forums for some definitive instructions on how to setup the Google I am not a robot CAPTCHA but without success. Is there a link to the documentation that covers this for Chronoforms6?
Thanks, JR
Hi jross,
Have you checked the Cfv6 manual? - it's bit out of date but I don't think the ReCaptcha settings have changed significantly.
Bob
Bit embarrassing I'm sure but I can't find the manual or a reference to it anywhere on the Chronoforms website!!!
Do you have a link?
Hi jross,
Please go to Products > ChronoForms > Download Free version and select Manual in the Files dropdown
Bob
Great, thanks for that.
(As an aside, it's not a very intuitive way to create a link to a documentation download. I would never have found it unless you told me).
JR
The documentation is out of date on this one.
What you want to do - under Views, drag the Google reCaptcha to where you want it. From there you have two options
Manual checking:
Under settings turn off "Check security fields"
Fill in the Site key only
In your submit event, drag a check reCaptcha action, fill in Secret. In the fail event of the action, add an error message and an "event loader" to go back to the previous page.
Auto
Under settings turn on "Check security fields"
Fill in Site key and Secret in the reCaptcha view
Hope it all works properly.
In your submit event, in your check recaptcha action, you need to use an event loader that points to your load event otherwise it will just continue execution.
When you say you're not getting any success can you be more specific? What exactly is the problem?
Unfortunately the problem is that if I compile the form, but I don't click on the recaptcha, and I click the submit button, the form is sent anyway. The message comes out that I didn't pass the captcha verification code, but the e-mail to me with the completed form arrives anyway. The image in the previous post shows the configuration of the Load page and the Submit events.
I would like that, by filling in the form without clicking on the verification captcha, the form is not sent and the page is reloaded, indicating the error message.
Thank for the help!
;)
What's inside the success block for your validate fields action?
You've told it "check field. If they're right, send email. AND THEN check recaptcha"
Thanks for the answer,
where do I find this "check field"?
I can't find this field anywhere "check field. If they're right, send email, and then check recaptcha". I tried to look in the settings of each field but I can't find it ..
Sorry my difficulty but in the previous versions the recaptcha was definitely easier.
LOOK AT THE ORDER OF YOUR ACTIONS
You're sending the emails before you've checked the recaptcha
I checked the order of the actions, I modified the position of the recaptcha and I should have put it before sending the email. I did a test but nothing, still send the mail even if I don't click on the recaptcha.
I created a guest access, if it's not too much trouble you could check, so based on your changes I learn for next time.
http://www.fisioterapiacioni.it/administrator/index.php?option=com_chronoforms6&cont=connections
user: guest
psw: 12345
in chronoform the form ID is 5,
Thank you so much.
Andrea
guest access doesn't give me admin access how about you show me what you have now
Thanks for the reply,
I sent you a private message!
Meanwhile, I also send you the full screen of the "Setup" page of my form, if it can help you.
Thank you too much for the help you give me![file=12390]Setup_chronoform.png[/file]
Each action happens IN THE ORDER YOU HAVE THEM IN. So if you put the email BEFORE the check recaptcha action, it will send it before it checks the recaptcha.
I feel stupid!😉 🧐
I hadn't really thought that it should go before the e-mail action, I thought the block was processed all together.
Perfect, at this point it works!
Thank you very much indeed,