The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
|
Error Code: #101 - 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: Error Code: #101 (/showthread.php?tid=560) |
Error Code: #101 - Huku - Mar 9th, 2010 Hello i installed Formtolls and everything is ok, but when i try to fill the form i receive this error: Error Type: User Error Code: #101 — Learn more about this error. I dont know what to do, i read regarding the errors but with no effect. I add this to my form <form action="http://www.mydomain/formtools/process.php" method="post"> <input type="hidden" name="form_tools_initialize_form" value="1" /> <input type="hidden" name="form_tools_form_id" value="2" /> Please help me! I'm just forgot to remove this row:<input type="hidden" name="form_tools_initialize_form" value="1" /> RE: Error Code: #101 - martin_undefined - Mar 9th, 2010 Hi, ** Just noticed that it looks like you have removed the extra line. So - just confirm that you have done a test submission first and then we'll try and work it out from there ** Have you successfully added a test submission of the form? If not, you need to do that (see the instructions), if you have I think you need to do the following: Quote:The final step is just for finalizing your form: pushing it into "live" mode. This tells Form Tools to start storing the submissions. What you need to do depends on the submission type: direct or code via the API. Both are quite simple. It looks like you've still got this line in. Hope that helps. Martin quote='Huku' pid='2248' dateline='1268168244'] Hello i installed Formtolls and everything is ok, but when i try to fill the form i receive this error: Error Type: User Error Code: #101 — Learn more about this error. I dont know what to do, i read regarding the errors but with no effect. I add this to my form <form action="http://www.mydomain/formtools/process.php" method="post"> <input type="hidden" name="form_tools_initialize_form" value="1" /> <input type="hidden" name="form_tools_form_id" value="2" /> Please help me! I'm just forgot to remove this row:<input type="hidden" name="form_tools_initialize_form" value="1" /> [/quote] |