| Button Type | Select 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 scriptingSubmit Button - A special button that once clicked will submit the form dataImage Submit Button - The same as a "Submit Button", but using an image to submit a form, rather than a standard buttonReset 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 URL | If you have selected an "Image Submit Button" as the "Button Type", you can specify the URL to the image in this field |
| Name of Button | An internal name for your input. This name can then be used to access the button through scripting |
| Button is disabled | Is 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 |
| Events | Attach scripted "events" which trigger upon certain user actions/events - Read More about Events |
| Style Class | Attach a previously defined Style Class to your buttons to further customize their appearance |
| Styles | The "Styles" button allows you to further customize the appearance of buttons |