|
This input object is used to request an email address from the user.
This address is used as the return address when the form results
are sent by email. A copy of the email results will also be sent
to this address when you select the
copy to user option.
The address provided by the user will be checked to make sure it
appears to be a valid email address. If a bad address is provided,
the submission will be rejected.
If you have
save to email turned off,
then this object will be ignored and the contents will not be checked.
If you choose to use the WRAP'ed copy of inFORM,
then the inFORM processor will automatically set the value of this
object to be
"UnityID@unity.ncsu.edu". Any value set in your form code
will be overwritten.
Example usage:
<input type="text" name="inform_email" size="30">
|