The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Form Tools and Recaptcha - 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: Form Tools and Recaptcha (/showthread.php?tid=805) |
Form Tools and Recaptcha - keith10456 - Aug 11th, 2010 Kindly let me know how to setup my Form when using recaptcha... considering that both FT and recaptcha require the use of the forms "action" attribute. RE: Form Tools and Recaptcha - Ben - Aug 14th, 2010 Hi Keith, Sure! There's actually some documentation on this. If you're using a "POST" form (i.e. directing your form to process.php), you can follow this tutorial: http://docs.formtools.org/tutorials/post_form_captchas/ If you're using the API, you can just use the ft_api_display_captcha() function, documented here: http://docs.formtools.org/api/?page=ft_api_display_captcha Good luck! - Ben |