Hi all..
Rather new to chronoforms, but have successfully set up a form and really liking how it all works now that I've read some tutorials and posts here on the forum.
The last step for me on this particular form is to get captcha working.
I have the ReCaptcha plugin enabled, and entered {ReCaptcha} in my html of the form.... The ReCaptcha image is showing, but the form will submit no matter what infor is put in the ReCaptcha box.. even if it is wrong...
What am I missing? I've been looking for a "ReCaptcha" tutorial such as the other great instructions/tutorials, but for some reason am not finding one.
Any assistance would be greatly appreciated!
Rather new to chronoforms, but have successfully set up a form and really liking how it all works now that I've read some tutorials and posts here on the forum.
The last step for me on this particular form is to get captcha working.
I have the ReCaptcha plugin enabled, and entered {ReCaptcha} in my html of the form.... The ReCaptcha image is showing, but the form will submit no matter what infor is put in the ReCaptcha box.. even if it is wrong...
What am I missing? I've been looking for a "ReCaptcha" tutorial such as the other great instructions/tutorials, but for some reason am not finding one.
Any assistance would be greatly appreciated!
Hmmm...
Now I just went back to the form and the ReCaptcha box is gone... *sigh* and {ReCaptcha} is gone from the html of the form..
I guess I just need some instructions to get this set up properly... if there's a link to some, just point me in the right direction..
Thanks!
Now I just went back to the form and the ReCaptcha box is gone... *sigh* and {ReCaptcha} is gone from the html of the form..
I guess I just need some instructions to get this set up properly... if there's a link to some, just point me in the right direction..
Thanks!
Hi computerguy,
There's not much to setup . . .
There are two ways to add the ReCaptcha box:
[list=1]using the Wizard you can add a text box with {ReCaptcha} as the text. This messes up the formatting a little but editing the Form HTML to You can manually add {ReCaptcha} to your form HTML. The risk with this is that the code is lost if you use Wizard Edit. [/list:o]I can't think of any other reason why you might lose the code.
I've just run a test with half-a-dozen 'bad' submissions and they were all rejected. The form re-shows with the ReCaptcha error message.
Bob
Notes:
a) The ReCaptcha Plugin will only work with the latest ChronoForms releases.
b) It looks as though the formatting option in the setup isn't working, I'll take a look at that.
There's not much to setup . . .
There are two ways to add the ReCaptcha box:
[list=1]
<div class="form_item">
<div >{ReCaptcha}</div>
<div class="clear"> </div>
</div>
looks OK.I've just run a test with half-a-dozen 'bad' submissions and they were all rejected. The form re-shows with the ReCaptcha error message.
Bob
Notes:
a) The ReCaptcha Plugin will only work with the latest ChronoForms releases.
b) It looks as though the formatting option in the setup isn't working, I'll take a look at that.
Thank you sir...
Sorry it took so long to get back... I usually work on this particular site on weekends, and didn't get a chance to get back to this yet.
I'll try your recommendations and let you know how things go. Thanks!
Regards,
Dusty
Sorry it took so long to get back... I usually work on this particular site on weekends, and didn't get a chance to get back to this yet.
I'll try your recommendations and let you know how things go. Thanks!
Regards,
Dusty
Great instructions!
I put a text box in the form using the wizard, entered {ReCaptcha} as the text data.
This did sort of mess up the formatting, but I did the modifications as you mentioned in the html of the form:
And all seems to work perfectly.
Thank you very much.
Dusty
I put a text box in the form using the wizard, entered {ReCaptcha} as the text data.
This did sort of mess up the formatting, but I did the modifications as you mentioned in the html of the form:
<div class="form_item">
<div >{ReCaptcha}</div>
<div class="clear"> </div>
</div>
And all seems to work perfectly.
Thank you very much.
Dusty
This topic is locked and no more replies can be posted.