Skip to end of banner
Go to start of banner

Creating submit buttons

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

You can create a submit button to allow users to submit a form.


To create a submit button:

  1. Click .
  2. Add a button element to the form, if not already done. See Adding elements.
  3. Update the button text, if not already done. See Updating element text.
  4. Select the button.
    The element editing controls are displayed.
  5. Click .
    The Event Manager window is displayed.
  6. Select the On click event option from the event drop-down list.

    The Event action section is displayed.
  7. Select On submit from the drop-down list.

    The Action properties section is displayed.
  8. Type the message displayed to the user when the form is submitted in the Submit Message field.
  9. Type the website address to take the user to after the form is submitted in the Redirect URL field.
  10. Click .
    The event is added to the Event Manager grid.
  11. Click .
  12. Click .
  • No labels