A Better Form – Options

This page lists all of ABetterForm’s available options. Options define and control the behavior of ABetterForm.

Below is an example of how options are used.

jQuery("#my-div").abform({
// Options go here. Separate options with a comma.
json_form: 'myform.txt',
pluggable: myFunction,
submit_class: 'absubmit'
// No comma following the last option!
// End options
});


Comments are closed.