The Jump to page is the page the visitor will see after submitting out the form. This might be a page that reads "Thanks!" or "Someone will contact you."
Visitors are confused when you do not provide this receipt. Without the Jump to page, no indication the form was successfully submitted will be provided. See an example Jump to page/receipt.
It is not possible to create a receipt page that includes the submitted form information.
If a visitor should print a receipt of their request including their submitted answers, you should provide a note before the submit button directing visitors to print the form before submitting.
If you provide an incorrect/invalid email address in the Recipient email field, you will not receive the submitted mail forms.
Any forms submitted to the nonexistant email address cannot be retrieved.
You are urged to test mail forms to verify the accuracy of the Recipient email address.
This Flash movie demonstrates the above steps to create a mail form
Input field
Inserts a short text input field (one line). May have short label
or a long label
Text area
Inserts a long text input field
Selector box
Inserts a drop-down selection menu (choose one)
or a selection list (choose multiple)
Check box
Inserts a binary check box (checked or not checked -not- "choose multiple of the following")
Radio buttons
Inserts a "choose one of the following" radio button field
Password field
Inserts an input field showing stars instead of regular text. You should not prompt a visitor for their password, but this field type may be used to mask slightly sensitive data from persons standing behind a Web visitor as they complete the form
File upload
Inserts a file upload box/browse button. Allows a Web visitor to include a file (as an e-mail attachment) with their form submission
Hidden value
A method to submit a response automatically, without input from a Web visitor.
Submit Button
Adds a submit button to the form, though one is inserted by default so there is no compelling reason to use it
Property
This is used to configure the form, though no suggestions for its use are available at this time
Label
Inserts plain text (with no associated input field). This is useful for inserting detailed informational text before an input field. For accessibility reasons, it should not be used as a substitute for a regular input label
Warning: These techniques require manual editing of the form configuration. If the required syntax for the field is broken, the display or function of the form may not be as expected. Hand edits of the form configuration in this manner are not supported. Proceed with caution.
To verify that the value entered in an e-mail field is formatted like an e-mail address, use the following code in the form configuration box
Email: | *email=input | @NDSU e-mail address | EMAIL
where "Email:" is the field label
"*" declares that the field is required
"@NDSU e-mail address" is the default value that
will be in the input field (required for accessibility
purposes)
"EMAIL" declares that the format of the field
should resemble an e-mail address
By default, an unchecked checkbox will not return a "0" value if it is not checked. This behavior is often preferred, as it simplifies the output of the form and displays only what the site visitor entered. If this is not the behavior you desire, use the mail form wizard to
The above steps will be displayed in the wizard like
The form configuration field will display the following code after save
Contact me: | contact=check
| contact=hidden | 0
The e-mail result without the extra hidden value (and the
checkbox unchecked) is

(note the lack of Contact=0), whereas the e-mail result with the
extra hidden value (and the checkbox unchecked) is

The result when the checkbox is checked is identical for each method.
Tip: The same concept applies for other field types, such as text inputs. When a field is not completed by the site visitor, the e-mail does not include that line by default unless a secondary hidden value is included as described above.