kryztH Posted November 3, 2022 Share Posted November 3, 2022 Hello. I want to create new form such as a Contact form on a new page for peoples which want to cooperate with my shop. But in presta is little hard. i was turned on a iframe, but idk how to make a working formular on site any tips? Link to comment Share on other sites More sharing options...
ComGrafPL Posted November 3, 2022 Share Posted November 3, 2022 You could try with page builder module, that have such option. Fast and easy. If you don't want to create code from scratch. 1 Link to comment Share on other sites More sharing options...
kryztH Posted November 3, 2022 Author Share Posted November 3, 2022 37 minutes ago, ComGrafPL said: You could try with page builder module, that have such option. Fast and easy. If you don't want to create code from scratch. I have HTML, JavaScript and css skills but in prestashop is really different. isn’t other way to reach this without modules? Link to comment Share on other sites More sharing options...
ComGrafPL Posted November 3, 2022 Share Posted November 3, 2022 This may guide you: https://mypresta.eu/prestashop-17/new-contact-form-fields.html https://github.com/pal/prestashop/blob/master/contact-form.php 2 Link to comment Share on other sites More sharing options...
Nickz Posted November 3, 2022 Share Posted November 3, 2022 redo the shop layout in html and do the form in that. Link to comment Share on other sites More sharing options...
ps8modules Posted November 4, 2022 Share Posted November 4, 2022 (edited) 20 hours ago, kryztH said: I have HTML, JavaScript and css skills but in prestashop is really different. isn’t other way to reach this without modules? You just need to make a few adjustments. 1. In the file ./themes/your_theme/modules/ps_contactinfo/nav.tpl, add your class to a href 2. Insert your javascript in the file ./themes/your_theme/assets/js/custom.js (if not exists, create it) 3. You create a tpl file in which you insert your html code 4. You will create a php file that will process your form 1. 2. ..... ....... Edited November 4, 2022 by 4you.software (see edit history) 1 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