The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Installation OK, but Test submission is not working when adding a new form - 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: Installation OK, but Test submission is not working when adding a new form (/showthread.php?tid=203) |
Installation OK, but Test submission is not working when adding a new form - imbehind - Jul 3rd, 2009 I have modified the form on my server, added: <form action="http://formtools.omninet.info/process.php" method="post"> <input type="hidden" name="form_tools_initialize_form" value="1" /> <input type="hidden" name="form_tools_form_id" value="2" /> ,filled up the form and after pressing submit, i get the following error message on http://formtools.omninet.info/process.php: Fatal error: Call to undefined function ft_initialize_form() in /home/imbehind/webapps/formtools/process.php on line 42 Can you help? I have found the cause. I've downloaded "custom build", without api, so api.php was not installed in global/api. Once there, it works fine. What about other files in api.zip? (index.php, recaptchalib.php) Where to put them? |