Inserting buttons

These are the buttons you use to Reset or Submit your form

  1. go to Insert>Form>Button
  1. in the Input Tag Accessibility Attributes window fill in:
    1. ID: submit
    2. Label: no label tag
  1. click OK, you should now have a submit button
  1. with the new button selected, set the following in the properties inspector:
    1. value: submit
    2. button name: submit or send
    3. Action: submit form
  2. if you wish, repeat steps 1-4 for the "reset" button (this is not required)
  3. with the reset button selected, set the following in the properties inspector:
    1. value: reset
    2. button name: reset
    3. Action: reset form
  4. Format your form as necessary to fit the design of your site