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:

  1. input type="text" style="display:none;
Why not simply use:

  1. input type="hidden"
The current method seems very sloppy to me.

Just curious....