Go to Local Link Module

Forms in the framework without specially treatment will affect on the entire when submitted. A form with a class="ajaxform1" will be automatically turned into an AJAX form when loaded. And when submitted, the result will replace current module.


AJAX Form 1 Example:

Type your first name:
Type your last name:


Another AJAX Form (class="ajaxform2"), when submitted, the returned results will replace a DIV.result section embedded in the form.

Type your first name:
Type your last name:
Return result goes here!