Lets just send forms via AJAX and display the result. You need only to set the class to "ajaxForm" to your form-tag and it will work.
Get started by copy this in your head:
and add the class "ajaxForm" to your form-tags:
form id="myForm" class="ajaxForm" action="demo.php" method="post"
It is important to make no cross-domain request. So use relative urls in the action attribute.
new SmartAjaxForm([options])
Please contact me (info@BMo-design.de) if you have any suggestions or comments.
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus