married2themachine
Programmer
This works fine on my standalone development machine...but when I post the code to the production server, I get an error that basically tells me it isn't acknowledging my 'hidden' input type:
Here is the code:
<cfinput type="hidden" name="District_ID" value="#URL.District_ID#">
Here is the error message:
Attribute validation error for tag CFINPUT.
The value of the attribute TYPE, which is currently "hidden", must be one of the values: RADIO,CHECKBOX,PASSWORD,TEXT.
Could it be a CF version issue? A setting on the server?
Here is the code:
<cfinput type="hidden" name="District_ID" value="#URL.District_ID#">
Here is the error message:
Attribute validation error for tag CFINPUT.
The value of the attribute TYPE, which is currently "hidden", must be one of the values: RADIO,CHECKBOX,PASSWORD,TEXT.
Could it be a CF version issue? A setting on the server?