Submit/Reset
A submit button is used by the visitor to let the computer know to send all the information entered to the appropriate person. Every form must have a submit button.
- place a submit button by selecting the following from the menu system INSERT => FORM OBJECTS => SUBMIT/RESET BUTTON and enter the following details.
Variable Name | submit |
Button Name | Send It |
Method to Submit | (check as "submit") |
- click OK
- place the button at the bottom of your form.
A reset button is used by the visitor to clear all the information from the form (for example if a mistake is made). Every form should really have a reset button.
- place a reset button by selecting the following from the menu system INSERT => FORM OBJECTS => SUBMIT/RESET BUTTON and enter the following details.
Variable Name | reset |
Button Name | Re-Enter Data |
Method to Submit | (check as "reset") |
- click OK
- place the button at the bottom of your form (next to the submit button).
|
|