This is the list of form field.
All the value of the selected field will be passed to the redirect page with the post method.
Send method
The method I use to send the parameters to the redirect page.
Progress bar
The progress bar displayd during the e-mail send.
Only if You send e-mail from a recordset. See the different type of Progress Bar Available.
The Progress Bar page are simple ASP page so You can modify it with your graphics.
Fron Name
The message originator’s name.
From Mail
The message originator’s email address.
Reply Name
The ReplyName property allows you to specify a different message originator’s name that replies should be sent to.
Reply Mail
The ReplyMail property allows you to specify a different email address that replies should be sent to. By default mail programs should use the Reply-To: header for responses if this header is specified.
To Name
The message adresse’s name.
To Mail
The message adresse’s e-mail address.
Cc
The blind copy (Bc) recipients for the message.
It can be a list of e-mail address comma separated.
For example: first@mail.com,second@mail.com
Bcc
The blind carbon copy (Bcc) recipients for the message.
It can be a list of e-mail address comma separated.
For example: first@mail.com,second@mail.com
Return Receipt
The ConfirmReading flag. If this is a not null the recipients email program will send a notice back to this EmailAddress confirming that this email has been read.
Mail Format
Select the format of the body (Text format or Html format)
Mail Body Charset
Set the body Charset
Priority
Sets the message priority.
Open the "Field Window" to get value from the Form Field or from the Recordset Field. To recognize if the value is from Form Field or from Record Field I add a special tag.
WARNING!! Don't modify my special tag.
In the Field Window you find 2 List Menu:
Form Field
Contain the list of the filed of the form you select in the Form List in the Data Panel.
Recordset Field
Contain the list of the recordset's filed You define in the Data panel.
After you select a value from one List Menu I add the corresponding value in the Field with a special tag to recognize if the field is from Form or from Recordset. WARNING!! Don't modify this special tag