The hidden inputs are used to pass information to the script that processes the form where the data doesn't have to be visible to the person who filled out the form, like the address to redirect to, an return email address to send a confirmation of an order placed, any variety of data that the processing page uses that isn't for the client side user to interact with.
[red]Hidden[/red] is just that, hidden. a simple value that gets past with the form. but is not visible to the user filling in the form.
It has nothing to do with the [blue]Submit[/blue] type, which is a button that sends the form to be processed.
In all practicality, [green]<input type=hidden[/green].... is equivalent to having an [green]<input type=text[/green]... that the user can't see and can't change the value of.
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.