To create a customized auto email, create a .txt file like the example below and upload the file.
Create a form with the desired form fields
Drop a form on the page
1. Select your created form from the available forms drop down box.
2. Select the .txt file in the "Content of Auto-Email" drop down box on the right hand side.
3. Once you have configured all of these options to suit your needs, click the “place
form on page” button and you’re done!
The selected Field Label name goes in brackets : [example field]
--------------------------Example.txt-------------------------------------
Hello [Name],
Thank you for your form submission today! This email is to confirm the reception of your
recently submitted data.
Name : [Name]
Street Address : [Street Address]
Email Address : [emailaddr]
Company : [Company Name]
ExampleCompany will contact you within 48 hours. Thank you.
---------------------------------------------------------------
Pre-defined variables that can be used
Variable
|
Description
|
emailto
|
-Who (Site Owner) to email results of this form to (Email Address)
|
pageRequest
|
-Page from which this form was submitted
|
database
|
-Name of data table for this data to create (un parsed w/space, etc.)
|
pagego
|
-Page to redirect site visitor after form is processed
|
RESPONSEFROM
|
-Email address to send auto-email FROM
|
subjectline
|
-Subject Line of auto-email
|
required_fields
|
-Array (; delimited) containing required field names from form
|
selfclose
|
-If (yes) send javascript close window command and exit;
|
cust_filename
|
-Filename of form file
|
customernumber
|
-System assigned customer id
|
THE FOLLOWING VARS MUST BE THE "NAME" OF THE INPUT FIELDS IN THE FORM FOR THE PROPER PROCESSING TO WORK:
emailaddr
|
-Customers Email Address to send confirmation email
|
|