The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Post- reCAPTCHA (takes all entries) - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: API (https://forums.formtools.org/forumdisplay.php?fid=17) +--- Thread: Post- reCAPTCHA (takes all entries) (/showthread.php?tid=259) Pages:
1
2
|
RE: Post- reCAPTCHA (takes all entries) - sujith - Jan 26th, 2010 Moved to a new thread. http://forums.formtools.org/showthread.php?tid=472&highlight=refresh Its alright Ben, i was also too busy. Please find the link. My main issue was solved after a lot of trial and error. But Now if the form is not pre filled after if i enter an incorrect captcha. I tried the methods from the tutorial, but no way. http://www.kerala360.net/kerala-medical-travel.php If i refresh the page, the fields get filled with the values. RE: Post- reCAPTCHA (takes all entries) - tytyzimmy - May 9th, 2010 Hello. I just installed Form Tools with ReCaptcha and I have the same problem. No matter what I enter into the captcha field it submits the form successfully. Will somebody tell me how they were able to resolve this problem? Thank you so much. Tyson. RE: Post- reCAPTCHA (takes all entries) - bill09 - Sep 25th, 2010 Hi, has anyone resolved the issue? No matter what is entered in the reCaptcha field, even if it is blank, the form is submitted without showing an error. Thanks, Bill RE: Post- reCAPTCHA (takes all entries) - alexh - May 10th, 2011 Ok, I'm having the same issue. It's a post form.. and I just realized that captcha will take whatever the heck I write in there. Has anyone solved this? Thanks, Alex RE: Post- reCAPTCHA (takes all entries) - alexh - Jun 1st, 2011 No replies yet.. anyone have the same problem? Captcha is taking anything I enter! It's working fine on my API form, but not my regular one. (May 10th, 2011, 12:29 AM)alexh Wrote: Ok, I'm having the same issue. It's a post form.. and I just realized that captcha will take whatever the heck I write in there. RE: Post- reCAPTCHA (takes all entries) - Ben - Jun 3rd, 2011 Hi Alex, Would it be possible for you to send your code to me (ben.keen@gmail.com)? Just the page of your form containing the PHP that's displaying the reCAPTCHA & with the appropriate code at the top. Just curious to see it myself! - Ben RE: Post- reCAPTCHA (takes all entries) - alexh - Jun 7th, 2011 Yep, just sent! Thanks Ben! (Jun 3rd, 2011, 1:36 AM)Ben Wrote: Hi Alex, RE: Post- reCAPTCHA (takes all entries) - alexh - Jun 7th, 2011 So for anyone else having this problem in 2.0.6, here's the solution provided by Ben[/code]: "To fix it, do this: edit your [form tools root]/process.php file and look at the first few lines. You should see this (or something like it): Code: $folder = dirname(__FILE__); Just before the last @include_once line, add this: Code: // if the API is supplied, include it as well (Jun 7th, 2011, 12:09 AM)alexh Wrote: Yep, just sent! RE: Post- reCAPTCHA (takes all entries) - braven - Jul 1st, 2011 Same here, I coverted pages to .php, added every line given in the tutorial. The Captcha image shows up on the page, but I can enter any text at all & it goes through without error. The form is received in my admin. I have api 1.0.1 and form_tools 2.0.6 The page is here Form where reCAPTCHA takes all entries oops spoke too soon! Your FIX indeed FIXED it, thanks Ben! |