AJForm Documentation - AJForm Home

STEP 1 - Add AJForm.js <script> tag

It is important to understand that AJForm accepts certain parameters in its <script> reference. You will most likely need to set only one parameter, although AJForm WILL run without any parameters set. Here is the basic syntax for referencing AJForm and setting a parameter:

<script type="text/javascript" src="ajform/ajform.js?option=value"></script>

Where option is the parameter name, and value is the paramter value. As of right now, possible parameters are:

Please note that AJForm DOES depend on prototype.js (which is included with the AJForm bundle), but you DO NOT need to reference prototype.js in your html. If you DO WANT to reference prototype.js in your html, you still may do so. The homepage for prototype.js may be found here.

Step 1 Examples