The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (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.31 (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.31 (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.31 (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.31 (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.31 (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.31 (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.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Please help me get started... Having no success... :-( - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: Please help me get started... Having no success... :-( (/showthread.php?tid=1871)



Please help me get started... Having no success... :-( - JStormThaKid - Jan 26th, 2012

I am working with a new form uploaded to my server but form is returning 0....

I just dont understand why....

My testForm.php page looks like this...

Code:
<html>
<head>
<title>Personal INFO</title>
</head>
<body>
<form action="http://www.hostdbc.com/testForm/process.php" method="post">
First Name:<input type="text" size="12" maxlength="12" name="Fname"><br />
Last Name:<input type="text" size="12" maxlength="36" name="Lname"><br />
<input type="submit" value="submit" name="submit">
</form>

and i have placed the global folder along with the process.php folder on the root of that directory but still nothing...

please help i am sooooooooo lost on how to implement this...


RE: Please help me get started... Having no success... :-( - FriedGeek - Feb 1st, 2012

Is /testForm/ the directory where you have formtools installed? If that's where you installed it, you can't move any of its folders around. Just make sure that when you're creating a new form, that you're following all of the step-by-step instructions carefully. If your form is external, there's a step that displays the html code for <form action="domain/ftpath/process.php" method="post"> and that would need to be copied into your form.

If you've installed formtools correctly and followed the instructions, you shouldn't have any problems creating a new form. Read through the documentation on this website for further info.

Also, the security settings on some servers may not allow a form submission to come from another domain not hosted on that server. Make sure your external form is on the same server and preferrably, under the same domain name as your FT installation. You can place your form under a different directory such as http://www.hostdbc.com/myform/form.html and whatever form code is generated by formtools, it'll work regardless where your form is placed.