giotas123 Posted February 1, 2018 Share Posted February 1, 2018 (edited) hello.i want to know why my cotnact page doest work well.when someone tries to send a message to my site it says There is 1 error message cant send. what its happens? Edited February 1, 2018 by giotas123 (see edit history) Link to comment Share on other sites More sharing options...
Daresh Posted February 1, 2018 Share Posted February 1, 2018 You probably updated the core to the latest version, you also need to update the contact-form.tpl file in your theme. https://github.com/PrestaShop/PrestaShop/pull/8168/commits/1482acec6e91a6e694b9638d42ac69be391dd7fc Link to comment Share on other sites More sharing options...
giotas123 Posted February 1, 2018 Author Share Posted February 1, 2018 12 minutes ago, Daresh said: You probably updated the core to the latest version, you also need to update the contact-form.tpl file in your theme. https://github.com/PrestaShop/PrestaShop/pull/8168/commits/1482acec6e91a6e694b9638d42ac69be391dd7fc can you explain me the steps that i have to do to fix it please? Link to comment Share on other sites More sharing options...
Daresh Posted February 1, 2018 Share Posted February 1, 2018 In the end of that github page you see 2 lines of code that you need to add to contact-form.tpl file. Link to comment Share on other sites More sharing options...
giotas123 Posted February 1, 2018 Author Share Posted February 1, 2018 5 minutes ago, Daresh said: In the end of that github page you see 2 lines of code that you need to add to contact-form.tpl file. </div> </div> <div class="submit"> + <input type="text" name="url" value="" class="hidden" /> + <input type="hidden" name="contactKey" value="{$contactKey}" /> <button type="submit" name="submitMessage" id="submitMessage" class="button btn btn-default button-medium"><span>{l s='Send'}<i class="icon-chevron-right right"></i></span></button> </div> </fieldset> these? 1 1 Link to comment Share on other sites More sharing options...
GoodWeb Posted February 1, 2018 Share Posted February 1, 2018 Very happy I found this thread! Link to comment Share on other sites More sharing options...
giotas123 Posted February 1, 2018 Author Share Posted February 1, 2018 7 minutes ago, GoodWeb said: Very happy I found this thread! did you understand what to do? 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