[Pro] php form action: unknown values in emails?

Hi.
I’m using php form action to handle my contact form. this is the email I receive:

The following information was submitted from a form on myappleir.com:

name: jack
email: email@hidden
question: hi there

x: 196
y: 10

what is that X & Y values there? anybody know? btw debug mode is off.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Most likely the co-ordinates of your Submit button. Try it with no value in the Name field for your button (3rd Tab).

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Or use a real button rather than an image. You will always get the x and y when you use an image-based submit button in PHP.

Walter

On Jan 11, 2012, at 3:32 AM, DeltaDave wrote:

Most likely the co-ordinates of your Submit button. Try it with no value in the Name field for your button (3rd Tab).

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options