yes, you can change from using an IMG for your submit button to a normal submit type. Thus only the value of the submit button would be transmitted.
________________________________ From: Pete [mailto:[EMAIL PROTECTED] Sent: Thu 10/26/2006 7:36 AM To: CF-Talk Subject: RE: Odd values appearing Hi there Thanks - in the confirmation form before sending a user to the payment processing section I did a <cfdump var="#Form#"> and these values are in the form. Is there anyway to remove these so that they are not included in the form? Thanks in advance for feedback. Regards Peter -----Original Message----- From: Jim Wright [mailto:[EMAIL PROTECTED] Sent: Thursday, 26 October 2006 9:30 PM To: CF-Talk Subject: Re: Odd values appearing Pete wrote: > Basically I don't know what these ContactFormGo.x and y values are or have come from. When you use a input type="image", the values that get sent buy clicking on that image are the x and y pixel count relative to the image you clicked on. This is used by server side image maps to know where you clicked on the image. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258092 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

