|
Form Button Fields have several uses. You can use them to submit data in the form for processing. They are also used to reset all the data in the form to its original state. There are other, more custom, uses of the form button field as well.
|
|
|
|
|
Label: This is the text that will appear on the button.
Type: This is the type of form button you want to use. Submit will submit the form. Reset will erase all the data that has been entered into the form. Button is used with the advanced configurations for use in JavaScript programming.
Align: This is the alignment of the form button field on the page.
|
|
|
The Advanced Configurations of form builder are best used if you know how to program. Our Customer Support may help in some areas, but we do not directly support the programming and suggest that you learn as much as you can prior to using these configurations.
Field Name: This is the name of your form button field. This could be useful to know if you are using JavaScript programming with your form.
Onclick: Occurs when a user clicks on the form button field. This can be used in JavaScript programming.
Onfocus: Occurs when a user clicks or tabs into the form button field. This can be useful in JavaScript programming.
Onblur: Occurs when a user clicks or tabs out of the form button field. This can be useful in JavaScript programming.
Onchange: The onchange option is not available to form button fields.
Insert Blank Line: Select this box to insert a blank line after the form button field.
|
|