Control Panel Login
Tools & Services
·
Domain Names
·
Email
·
FTP
·
Page Creator
·
File Manager
·
Form Processor
·
Hit Counter
·
Glimpse Indexing
·
Password Protection
·
Site Activity Reports
·
WebCommerce
Getting Started
FAQs
Glossary
Contact Support
|
|
 |
Forms Processor Parameters
|
Contents
Index of Parameters
Search the Forms Processor Docs
email
This parameter sets the email address that you wish the contents of the form to be mailed to. When the form data is emailed to the address, it is a list of name value pairs (name=value). As with most parameters, this one may be set within the form (using a hidden field) or within the form configuration file.
- This parameter can be set in one of 2 ways:
- <INPUT TYPE=HIDDEN NAME=email VALUE="email@address">
- $email="email@address";
-
- email@address - The email address that you wish to send the form data information to. You may specify more than one email address by separating them with commas.
Example:
Example of inline form syntax:
<form method=POST action="/cgi-bin/form">
<input type=hidden name=userid value=webcom>
<input type=hidden name=form_name value=testform>
<input type=hidden name=email value="your@email.address">
<input type=submit>
</form>
# emails the form data to the email address
$email="webcom@webcom.com";
See also: e_delimiter parameter e_field_separator parameter


phone: 1-800-GETVERIO
© Verio Inc.
1996-2007 ::: Acceptable
Use Policy ::: Privacy
|