Jump to content

Contact Form Not working


Kruthika

Recommended Posts

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

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...