PDA

View Full Version : Email is returning Submit x: and Submit y:


John Langer
03-19-2009, 09:24 AM
I've used the Contact Form Solution Pack several times now without to many problems. Until now that is.

The Contact form response is also returning:

submit x: 59
submit y: 12

I have changed the submit button to an image with

<input name="submit" type="image" src="assets/images/submit.jpg" alt="Submit" />

Any ideas of how to stop it adding this to the email?

Ray Borduin
03-19-2009, 09:56 AM
Name the button "Security_submit" ... it automatically removes any fields that begin with "Security_"

John Langer
03-19-2009, 10:12 AM
Hi Ray,

Many thanks for responding so quickly.

Worked like a charm.