PDA

View Full Version : Contact Form imageField


teresa328019
03-21-2010, 11:22 PM
I am doing a simple contact form. No security options right now. When testing locally, an email it sent correctly, but imageFields are listed in the body of the email. I have no idea what this means, or how to get rid of them. This is what is displayed in the email:


Contact Form Response
Contact Name: Teresa
Email address: xxxxxx@gmail.com
Comments: This is a test
imageField x: 72
imageField y: 16
imageField: Submit

Jason Byrnes
03-22-2010, 03:54 PM
looks like your submit button is an image button named imageField, try changing the name to "Security_imageField", any form element whose name begins with "Security_" will be ignored in the email output.

teresa328019
03-22-2010, 10:56 PM
That worked great. Thanks.