lasseboy Posted June 4, 2019 Share Posted June 4, 2019 I have a problem, when i try to send from contact form, always get error (se pic) If it´s hard to fix, how can i delet that form and only type email adress at that page? Link to comment Share on other sites More sharing options...
Daresh Posted June 4, 2019 Share Posted June 4, 2019 Probably you updated prestashop, but also your theme needs an update, the contact-form.tpl file. Two lines need to be added there just after <p class="submit">, it should look like this: <p class="submit"> <input type="text" name="url" value="" class="hidden" /> <input type="hidden" name="contactKey" value="{$contactKey}" /> 1 Link to comment Share on other sites More sharing options...
lasseboy Posted June 5, 2019 Author Share Posted June 5, 2019 Did not work for me, or should i delete the lines after that? <p class="submit"> <input type="text" name="url" value="" class="hidden" /> <input type="hidden" name="contactKey" value="{$contactKey}" /> <input type="submit" name="submitMessage" id="submitMessage" value="{l s='Send'}" class="button_large" onclick="$(this).hide();" /> </p> Link to comment Share on other sites More sharing options...
lasseboy Posted August 26, 2019 Author Share Posted August 26, 2019 Cant fix this problem, some one who hade this problem and is okej now, how did you do? Link to comment Share on other sites More sharing options...
lasseboy Posted September 1, 2019 Author Share Posted September 1, 2019 Finaly!!! I found a older contact-form.tpl and adde the string! Thanks now it works! 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