How can I send an automatic message to people who fill out my Contact Form?: Difference between revisions


(Created page with 'You must have a form element that accepts the visitor's email address for this feature to work. 1. Log into Bravenet and click on "Email Forms" in your list of registered servic…')
 
No edit summary
Line 1: Line 1:
You must have a form element that accepts the visitor's email address for this feature to work.
You must have a form element that accepts the visitor's email address for this feature to work.<br />
 
<br />
1. Log into Bravenet and click on "Email Forms" in your list of registered services.
1. Log into Bravenet and click on "Email Forms" in your list of registered services.<br />
2. Click "Auto Responders"
2. Click "Auto Responders"<br />
3. Add an "Auto-responder name" which is the same as the email input field name for the email address in your form
3. Add an "Auto-responder name" which is the same as the email input field name for the email address in your form<br />
4. Enter the Subject and Message for the automatic reply you want to be sent
4. Enter the Subject and Message for the automatic reply you want to be sent<br />
5. Scroll down and click the "Save Changes >>" button
5. Scroll down and click the "Save Changes >>" button<br />
 
<br />
Example: If you name the Auto-Responder 'replyemail', then you would add the following tag inside of your email form tags on your website:
Example: If you name the Auto-Responder 'replyemail', then you would add the following tag inside of your email form tags on your website:<br />
 
<br />
<input type="text" name="replyemail">
<input type="text" name="replyemail"><br />
 
<br />
[[Category:Email Forms]]
[[Category:Email Forms]]

Revision as of 12:18, 1 December 2009

You must have a form element that accepts the visitor's email address for this feature to work.

1. Log into Bravenet and click on "Email Forms" in your list of registered services.
2. Click "Auto Responders"
3. Add an "Auto-responder name" which is the same as the email input field name for the email address in your form
4. Enter the Subject and Message for the automatic reply you want to be sent
5. Scroll down and click the "Save Changes >>" button

Example: If you name the Auto-Responder 'replyemail', then you would add the following tag inside of your email form tags on your website:

<input type="text" name="replyemail">