Ibochkarev / AjaxForm

Simple component for MODX Revolution, that allows you to send any form through ajax.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AjaxForm

Simple component for MODX Revolution, that allows you to send any form through ajax.

Quick start

  1. Create new chunk with name "myForm".
  2. Add form with class="ajax_form" into that chunk.
  3. Call AjaxForm at any page
[[!AjaxForm?form=`myForm`&snippet=`FormIt`]]

You can specify any parameters for end snippet:

[[!AjaxForm?
	&form=`myForm`
	&snippet=`FormIt`
	&hooks=`email`
	&emailTo=`info@mysite.com`
	&etc=`...`
]]

About

Simple component for MODX Revolution, that allows you to send any form through ajax.


Languages

Language:PHP 81.2%Language:JavaScript 13.0%Language:Smarty 4.1%Language:CSS 1.7%