This sends an email to the designated person containing the information the surfer entered on the current form. FormMail also includes optional template message support for layout control.

Here is a sample form specification which uses this function:

<FORM Method="post"
 Action="/spis/services.dll?SV:DO::FORMMAIL,you@yourDomain!Message.txt!NextPage.htm!PGPID">
Please tell me your:
Name  <INPUT Name="SurferName">  (etc)
Email <INPUT Name="Email">
What do you think of it so far:
<TEXTAREA cols=30 Rows=5 Name="txtComments"></TEXTAREA>
<INPUT Type="Hidden" Name="TextAreas" value="txtComments">
<INPUT Type="Hidden" Name="Subject" value="Desired message subject line">
<INPUT Type="Hidden" Name="FromEmail" value="emailtest@webcentre.co.nz">
<INPUT TYPE=Submit>
</FORM>

...where the filenames after the FORMMAIL keyword can be any name you like, so long as they exist in a path relative to your site's root directory.

Notes:

TEST FORMMAIL

(Normally such messages would go to the site owner. This one is set to go to you if you type in your own email address...)
Static result page,
templated message
WebHub result page,
default message
Please tell me your:
Name  
Email 
What you think of it so far:



Please tell me your:
Name  
Email 
What you think of it so far:



Advanced notes for WebHub users:

Web solutions . Smart software . Quality graphics