The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
reCaptcha re-display form data - 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: reCaptcha re-display form data (/showthread.php?tid=88) |
reCaptcha re-display form data - fyrftr72 - Mar 27th, 2009 Hi Ben, and thanks for this great script! I have my a single page form running properly. But, when the reCaptcha code is not put in correctly, all the fields are emptied. I know there is a re-display command. Is there a way to implement this with the current api? Or would it have to be accomplished with Javascript or PHP on the form page? Thanks, Gene RE: reCaptcha re-display form data - Ben - Mar 27th, 2009 Hey Gene, Thanks for the post! Yes, this is a PHP thing. Since there's a form submit, you'll need to re-populate all your form fields with their original values. It's a bit of a drag (especially for large forms), but it's a necessary one. Take a look at this tutorial: Refilling form fields with the API. That should explain how to do it! Let me know if it's not clear on anything. - Ben RE: reCaptcha re-display form data - fyrftr72 - Mar 27th, 2009 (Mar 27th, 2009, 10:01 AM)Ben Wrote: Hey Gene, Thanks Ben. it took me a little time but I figured it out. |