Kruthika Posted January 8, 2018 Share Posted January 8, 2018 Hi, The contact form is not working on my website www.onestopbarshop.com.au. Prestashop version is 1.6.1.17. I have tried all the solutions available on the forums and nothing worked out. Please assist in resolving this. Thanks Link to comment Share on other sites More sharing options...
Daresh Posted January 8, 2018 Share Posted January 8, 2018 What have you tried? After updating the shop to 1.6.1.17, you need to add two inputs to contact_form.tpl file: <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="fa fa-chevron-right right"></i></span></button> </div> Link to comment Share on other sites More sharing options...
Kruthika Posted January 8, 2018 Author Share Posted January 8, 2018 Hi, That code is already there in contact_form.tpl. Thanks Link to comment Share on other sites More sharing options...
Kruthika Posted January 9, 2018 Author Share Posted January 9, 2018 Hi, Please assist in resolving this issue. Thanks Kruthika Link to comment Share on other sites More sharing options...
Guest Posted January 9, 2018 Share Posted January 9, 2018 Works for me Can you explain why you think it is not working? Error messages? Screen Prints? what browsers etc Link to comment Share on other sites More sharing options...
Kruthika Posted January 9, 2018 Author Share Posted January 9, 2018 Hi, Thank You Daresh and Haylau, I have updated the Daresh code in contact_form.tpl. Its working fine now. I need one more assistance. I want to redirect to thank you page after form submission. How can we do it? 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