chrome0011
Member
I want to pass a form variable from one action page to another using a hidden form field. I've been trying to use this syntax:
<input type="hidden" name="highnumber" value="#high#">
But a cfdump just reveals that the value is actually "high" and not the number passed.
Is what I'm attempting even possible? My brain is fried. 😕
<input type="hidden" name="highnumber" value="#high#">
But a cfdump just reveals that the value is actually "high" and not the number passed.
Is what I'm attempting even possible? My brain is fried. 😕