The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
|
First installation works fine but having ReCaptcha Problems - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4) +--- Thread: First installation works fine but having ReCaptcha Problems (/showthread.php?tid=2436) |
First installation works fine but having ReCaptcha Problems - RetroWill - May 2nd, 2013 Hi This is my first time using this and it looke pretty awesome. I have created my form and everything is working great except for ReCaptcha. ReCaptcha is picking up the incorrect code but I cannot for the life of me get the error message to appear! The instructions say to add PHP Code: ft_api_display_post_form_captcha_error() function). and then the instructions say: To change the content or the style, all you need to do is pass a single field containing whatever HTML you wish to appear. For example: PHP Code: <?php RE: First installation works fine but having ReCaptcha Problems - Joe - May 3rd, 2013 Hey there, Just in case you missed it, here is a tutorial to follow to implement reCaptcha: http://docs.formtools.org/tutorials/post_form_captchas/ The error issue is addressed in this post: http://forums.formtools.org/showthread.php?tid=1722 Display Captcha: http://docs.formtools.org/api/?page=ft_api_display_captcha Error: http://docs.formtools.org/api/?page=ft_api_display_post_form_captcha_error If all else fails, you can bypass the API and try this: http://forums.formtools.org/showthread.php?tid=2306 Hope this helps. Cheers, Joe RE: First installation works fine but having ReCaptcha Problems - RetroWill - May 3rd, 2013 Thanks Joe for the reply, unfortunately I have tried all these earlier to no avail! What I would like to see is a completed finished form code to see where I am going wrong. Like I said the recaptcha works but if I type it incorrectly is just returns me to the form again with no error! RE: First installation works fine but having ReCaptcha Problems - RetroWill - May 3rd, 2013 Forget what I just said, I got the last suggestion to work, many thanks! Will RE: First installation works fine but having ReCaptcha Problems - Joe - May 6th, 2013 Glad you got it working Will. Cheers, Joe |