You can create a submit button to allow users to submit a form.
To create a submit button:
- Click .
- Add a button element to the form, if not already done. See Adding elements.
- Update the button text, if not already done. See Updating element text.
- Select the button.
The element editing controls are displayed. - Click .
The Event Manager window is displayed. - Select the On click event option from the event drop-down list.
The Event action section is displayed. - Select On submit from the drop-down list.
The Action properties section is displayed. - Type the message displayed to the user when the form is submitted in the Submit Message field.
- Type the website address to take the user to after the form is submitted in the Redirect URL field.
- Click .
The event is added to the Event Manager grid. - Click .
- Click .