Form that is submited via ajax call without the programmer having to code the entire ajax request.
Submit <script> var callback = function(data){ console.log(data); } var callback2 = function(data){ console.log('second callback'); } </script>- Each form has to have an individual id ( currently working on removing this feature ).
- If ajax="true" it will send the request via ajax
- Code injections: Currently you can inject success="function(data)" (runs a function with the data of the ajax call ), complete="function(data)"
- Feel free to talk to me in [email protected] for any sugestion or improvement.