inputEx - Form Usage

Basic Form creation

Use the following code to create a basic inputEx Form.

Multi-group Form

Use the following code to create a Form with multiple Groups (fieldsets).

Send in json with ajax

How to send the form data using Ajax

Send with ajax using url encoded parameters

How to send the form data using Ajax

Send with ajax using url encoded parameters wrapped in an object

Use wrapObject

Setting and getting form value

Use the following code to set or get the value from javascript

Different button types

Use the following code to create submit buttons, or "link" buttons.

You can use 3 types of inputEx form buttons :


"link" and "submit-link" buttons are also useful because :

Destroy a form

Remove DOM nodes, remove event listeners, free memory...

Turn off / on browser autocompletion

Activate/deactivate browser autocompletion by field, by form, or for all inputEx fields in the page.