The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
ft_api_display_post_form_captcha_error() - 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: ft_api_display_post_form_captcha_error() (/showthread.php?tid=752) |
ft_api_display_post_form_captcha_error() - Hannes - Jun 19th, 2010 I'm using recaptcha on Core Version 2.0.0 API Version 1.0.1 everything works great, except that there is no error message coming up using <?=ft_api_display_post_form_captcha_error();?> at the beginning of the form. Please advice me what to do. Hannes. RE: ft_api_display_post_form_captcha_error() - Hannes - Jun 19th, 2010 solved... I took the PHP Code: <?php if (!empty($g_api_recaptcha_error)) { ?> RE: ft_api_display_post_form_captcha_error() - alexh - May 10th, 2011 I think this should be in the tutorial! :-) Alex |