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



Form Tools
Form Tools not receiving the test submission - 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 not receiving the test submission (/showthread.php?tid=637)



Form Tools not receiving the test submission - Jonathan Rimington - Apr 6th, 2010

Hello, The installation works up to step 3 where a test form is filled in and submitted. Note that the existence of the form and the redirect URLs are verified in step 2.

In Step 3 the form tags are in place as instructed using the DIRECT method pointing the form to Form Tools.

I get the message that: Form Tools hasn't received a successful test submission yet.

Can you suggest what I might have done wrong or if there is a step I have missed.
The permissions are set to 755 on these folders: formtools, themes, default, cache. When I tried setting those permissions to 777 I got 404 errors.

Suggestions please? Thanks.


RE: Form Tools not receiving the test submission - Ben - Apr 9th, 2010

Hi Jonathan,

It sounds like one of the following:
1. Your form tag doesn't have a method="post" attribute
2. Your form doesn't have a hidden field passing the form ID. Also, double check the form ID being passed is correct (you can find the form ID on the main Forms page in Form Tools).

The hidden field should look something like this:

Code:
<input type="hidden" name="form_tools_form_id" value="X" />

- Ben


RE: Form Tools not receiving the test submission - Jonathan Rimington - Apr 12th, 2010

Thank you. I don't know why but I had been through the steps you suggested seven times using copy and paste but no joy until the eighth time. Why? Who knows. Anyway it seems to be fixed. Smile

One more question. Maybe I'm being stupid but on the "Add Form" page there are buttons that start with "Administrator Only" What are the implications of selecting any one of these choices? and if I need to change that later how do I go about making that change? Thanks.


RE: Form Tools not receiving the test submission - Ben - Apr 18th, 2010

Hey Jonathan,

Strange! However, if there's even one thing that's not quite right, the test submission may not make it. Glad it's working now though.

And no, don't worry about the settings. Everything in the Add Form process can be customized later - including form fields, permissions, form locations, you name it. It's all done via the Edit Form pages. So don't be afraid to just use some setting that you're not totally clear on.

You may want to give the Add Form doc pages a quick read over:
http://docs.formtools.org/userdoc/?page=adding_forms

They're pretty thorough and cover a lot of ground. But let me know if there's anything missing or out of date.

Good luck!

- Ben