Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Files

Latest commit

Oct 17, 2021
3ec9eb1 · Oct 17, 2021

History

History

ajaxform

--------------------
AjaxForm
--------------------
Author: Vasiliy Naumkin <[email protected]>
--------------------

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 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=`[email protected]`
	&etc=`...`
]]

--------------------
Feel free to suggest ideas/improvements/bugs on GitHub:
http://github.com/bezumkin/AjaxForm/issues