'Auto-response' page |
Auto-response is the email sent back to the visitor who submitted the form. In order to use this feature, there should be two fields in your form : the fields for the name and the email of the visitor.
The fields in this page
Name Field
Email Field
Subject
Email ContentThe 'body' of the auto-response email. You can include the field values from the form submission data in the body of the email. The field value place holder is represented by the notation %field_name%
Insert Field
Editor
An exampleLet us assume that your form is a service enquiry form with fields 'name', 'email' and the type of service required. Suppose the auto response email template given is
Suppose your visitor submits the form with the following information: name: John Our dear John will soon receive an email like the following:
Dear John
Thanks for submitting the enquiry. Our representatives will contact you soon regarding our resume writing service.
Thanks OurCompany
You can have field place holders in the subject field also. For example: Thanks for the submission, %Name%
See Also: How to send an auto response |