
Setting up forms to send to multiple addresses
In Frontpage, right-click on the form and choose Form Properties,
choose Send to Other, leave it at Custom script. Click Options, in
Action type http://ssl.onemerchant.com/emailform.asp
- you can use https for SSL security if you want but the Response
page must be SSL as well or else the user will get a warning that
they are being redirected to a non-secure page. Leave the Method
on POST. Hit OK, and click Advanced to add hidden fields.
If not using Frontpage, simply set your <form> tag to the
following:
You may add any of the following hidden fields:
Name: To, Value: email address to send form. Add this field
multiple times to send to multiple addresses. If left blank, form
will go to administrator@onemerchant.com.
Name: Subject, Value: subject of email you will receive. If left
blank, subject will be "Form Submission". This could
also be a regular form field named "Subject" for the
user to type in or select from a drop-down.
Name: Fromfield, Value: name of form field to get the
"From" address from. If this does not exist, it will
look for a field named "Email". If that does not exist,
the default address will be user@company.com
Name: Response, Value: name of page to return user to after form
is submitted, usually thankyou.htm or something similar. If not
present, user will get a generic thank you response with a link to
your home page.
|