Jump to content

Error when sending from contact form


lasseboy

Recommended Posts

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}" />

 

  • Like 1
Link to comment
Share on other sites

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

  • 2 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...