Insert Form Element: Button

Options
Button TypeSelect the type of button you wish to place from the following:
  • Standard Button - A standard clickable button that can be set to perform various functions via scripting
  • Submit Button - A special button that once clicked will submit the form data
  • Image Submit Button - The same as a "Submit Button", but using an image to submit a form, rather than a standard button
  • Reset Button - A special button which once clicked will reset all form fields back to their initial values when the page was first loaded
  • Text to display on button:A string of text to display on the button (has no effect for Image Submit Buttons), for example "Submit Form" or "Clear Form"
    Image Source URLIf you have selected an "Image Submit Button" as the "Button Type", you can specify the URL to the image in this field
    Name of ButtonAn internal name for your input. This name can then be used to access the button through scripting
    Button is disabledIs the button disabled when the page loads. A "disabled" button cannot be clicked visitors to the page. (Scripts on your page can still access disabled elements and enable them as necessary). You may choose to disable visitors from submitting your form until all the required information has been entered
    EventsAttach scripted "events" which trigger upon certain user actions/events - Read More about Events
    Style ClassAttach a previously defined Style Class to your buttons to further customize their appearance
    StylesThe "Styles" button allows you to further customize the appearance of buttons

    Next Topic: Insert Form Element: Select Box >