Powered By

 

Form mailer set up

 

The server has access to a php-based form mailer, insert the following code into your documents that use a form mailer

<FORM ACTION="http://www.nzwebservice.co.nz/formmail1.php" METHOD="post" name="form1">


The only Necessary field for the form mailer to work is

<input type=hidden name="recipient" value="email@your.host.com">

Optional fields

<input type=hidden name="subject" value="subject">
<input type=hidden name="redirect" value="http://???????.com/thanks.htm" >
<input type=hidden name="required" value="email,phone_no" >
<input type=hidden name="env_report" value="REMOTE_HOST, HTTP_USER_AGENT" >
<input type=hidden name="title" value="Feedback Form Results" >
< input type=hidden name="missing_fields_redirect" value="http://your.????.com/error.htm" >

Note if the mailer doesn't work please contact us as your url will need to be installed in to our php program. Please use the full http address of your thank you/error pages. Here is a sample form form1.htm (right click, and save target as)

 

© NZ Web Service 2003