I had some trouble with forms for two days and finally asked someone on Microsoft Newgroups.. My submit button wasn't processing the value of itself when it submitted and this was his answer:
IE6 (on windows XP at least) has a glitch where if there's only one input field on the form pressing enter will submit the form but not the value of the submit button...
The hidden field will handle it... The button does process the value of the field..
This tag is my donation to the fix... Put it in your custom tags folder...
----Contents of fInput.cfm---
<CFPARAM name="attributes.bname" default="Action"
<CFPARAM name="attributes.bvalue" default="Login">
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.