Mar 9th, 2010, 1:13 PM
Hi,
I'm guessing that your form was built using FormMail then? It looks like the lines you have at the start of your form relate to another script (FormMail).
So what you need to do is delete those lines so that you are just left with the form tag and the form fields. You should then be able to add in the FormTools code as per the examples.
Martin
I'm guessing that your form was built using FormMail then? It looks like the lines you have at the start of your form relate to another script (FormMail).
(Mar 8th, 2010, 12:23 PM)tahsan Wrote: the first few lines are like this:
<?PHP
require_once("./includes/visaform-lib.php");
$formmailobj = new FormMail("visaform");
$formmailobj->setFormPage(sfm_readfile("./templ/visaform_form_page.txt"));
$formmailobj->setFormID("d91d4aec-8040-4ce3-a30a-df4d2e9b86a2");
So what you need to do is delete those lines so that you are just left with the form tag and the form fields. You should then be able to add in the FormTools code as per the examples.
Martin