I tried playing with the code, and do I put the code in my contactus.html form, or my template for fmbadhandler? When I hit my retun_link there is nothing repopulated in the fields, and my exclude...
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
Type: Posts; User: about2flip
I tried playing with the code, and do I put the code in my contactus.html form, or my template for fmbadhandler? When I hit my retun_link there is nothing repopulated in the fields, and my exclude...
Hi:
The line below, do you have to do this with all the fields you want to repopulate when the user returns to the form?
<input type="hidden" name="derive_fields"...
That was it! Thanks so much, I can't believe it was that small of an issue. It works great.
my target email is set to:
$TARGET_EMAIL = array("^investors@rhpartners\.info$");
the email address I listed in the post is not real. My formmail.ini email address does read the same as the...
Hi:
I have spent my whole weekend trying to figure out this ini file setup. I have read through the forums, did the ini test by changing the db file to true, the test did good. my ini file is...