The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.28 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
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
$error 
'<div class="error">Error! Please re-enter!!</div>'
ft_api_display_post_form_captcha_error($error);
?>
This is whats getting me! I have added the above php to the form is this correct? If it is correct does anyone have any idea as to why the message isn't appearing?


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! Sad

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! Sad


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