- Support Home
- Knowledge Base
- Web Forms
- Jquery Plugin
- Basic Usage
Basic Usage
Once the defaults are configured, a form may be linked to Taguchi by calling the following method:
$('#formid').tmform({action: formtype, options});
where #formid
is the ID of the form element to be linked, formtype is the type of the form (one of enter, subscribe, forward, or refer), and options is a series of key: value pairs used to override the values in $.tmform.defaults
.