Home  |   Guide to VP-ASP  |   AFH  |   Shipping Calculator  |   Purchase
Quick Links

AFH Home

Purchase

Online Demo

Help and Support

Documentation

Download free Version

HK Programming Forum

More Links

Advanced Form Handling

 

Attachments

  Attachments
 

Once the person completing the form has finished, they can receive a confirmation message if you choose. The confirmation message can include any text or formatting. They can also receive an email attachment.

 

The configuration option below determine whether the responder receives and email and whether they also receive an attachment.

 

<input type=hidden name="config_emailresponder" value="Yes">

This says to email the responder


<input type=hidden name="config_emailresponderfield" value="formemail">

This says which field in your form has the responders email address

 

<input type=hidden name="config_attachment" value="c:\webs\myattachment.zip">

This says to send an attachment with filename myattachment.zip


<input type=hidden name="config_emailrespondertemplate" value="testrespondertemplate.txt">

This is the name of the file to be used to send the response back to the responder.