Button
A button format field creates a button using the HTML <button></button> tag pair. The field caption appears as the button's label and may contain markup. For example, you could add an icon-sized image to your button. To use the button, you might attach a JavaScript action to the onclick event by adding the attribute onclick="myFunction(). You can use a button to submit your form by providing the attribute type="submit".
