The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
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> 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. |