davidgc Posted November 14, 2014 Share Posted November 14, 2014 Hi - I have been doing some research and trying to figure out the bellow- What is the best way to go about creating a custom form in Prestashop? By custom I mean a form that is not only limited to Contact Info. But more like a service request for repair form with dropdowns and multiple answers etc... Is it possible to integrate a HTML5 form into a CMS? Would I be able to do a HTML5 with jQuery validation and then submit via Ajax to PHP? What is the best and least painful way? Thanks!!!!!!!!!!!!!!!! Link to comment Share on other sites More sharing options...
PrestaShopDeveloper Posted November 14, 2014 Share Posted November 14, 2014 The easiest way is to use external form builder which will generate a code that you must paste in your CMS page in "code" mode.. Link to comment Share on other sites More sharing options...
davidgc Posted November 14, 2014 Author Share Posted November 14, 2014 (edited) Thanks! So is an HTML5 form out of the question? Edited November 14, 2014 by davidgc (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 14, 2014 Share Posted November 14, 2014 Is it possible to integrate a HTML5 form into a CMS? Would I be able to do a HTML5 with jQuery validation and then submit via Ajax to PHP? What is the best and least painful way? it is possbile to use some html5 markups but not all of them you need some custom controller to handle your ajax call the best way, in my opinion, is custom controller (or even module) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now