+ 1
Input hidden
Why is the hidden input type used, and what are the benefits, and how does it work?
3 odpowiedzi
+ 6
you can see example of input hidden on the search bar here : https://dorian.thivolle.net
+ 4
Basically it serves to make an element not visible to users. Here you have a more information:
- https://www.w3schools.com/tags/att_input_type_hidden.asp
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/hidden
+ 3
Thank you all for your answers.