form field data query

J

js

When I try out a form I have made, the results (which are sent by email)
include all the data exactly right, except at the bottom I get :
I3.x: 71
I3.y: 12

Can someone tell me what this means please? It might be coming from the
"send" push button, but what does it mean and how can I get rid of it?

Thanks,
John
 
M

MD WebsUnlimited.com

Hi JS,

Using an image for the submit button? If so, those are the coordinates of
where in the image it was clicked. Image used as submits are normally used
to convey the image coordinates. The way it is being used works but is not
it's intended purpose.
 
Top