Web Form Fields
Web Form Fields
I'm a little confused...
When I create a web form some of the hidden fields are styled like this:
input type="text" style="display:none;
Why not simply use:
input type="hidden"
The current method seems very sloppy to me.
Just curious....