For first step try use read AJAX Helpers in Cotonti and in any tpl include html code an example:
XML/XHTML
1 2 3 4 5 6 7 8 |
< div id = "ajax_contact" >
< form action = "index.php?e=contact" method = "post" name = "contact_ajax" id = "contact_ajax" class = "ajax post-ajax_contact" >
...
any your code from contact form
....
< button type = "submit" class = "btn btn-primary" >{PHP.L.Submit}</ button >
</ form >
< div >
|
Pavlo Tkachenko aka Dayver