Hi,
In a previous post I mentioned that some customers where experiencing an issue when submitting the contact form which they might of had customised.
This appears to be an issue for those in particular that have upgraded to the latest version of v11.
It appears that anyone using an IMAGE as a submit button:
can possibly cause the form to break (especially in IE), but if convert back to a standard input:
it works fine.
In a previous post I mentioned that some customers where experiencing an issue when submitting the contact form which they might of had customised.
This appears to be an issue for those in particular that have upgraded to the latest version of v11.
It appears that anyone using an IMAGE as a submit button:
Code:
<input type="image" src="button-name.jpg"..
Code:
<input type="text" value="Submit"....
Comment