PDA

View Full Version : hidden form fields


Aymen++
03-24-2003, 09:02 AM
what is the use of using the hidden form fields?

liorean
03-24-2003, 11:41 AM
Things you might want to send to a serverside script but aren't related to user input, javascript output to a serverside script, to carry on a value from a previous form in a sequence of form pages, etc.

oracleguy
03-25-2003, 05:01 AM
Basically its one of those things that you might not use very often but you are sure glad its there when you need it. They can come in very handy.