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?
<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?