0
What is the input whose type is hidden used for?
Html input=hidden
4 Answers
+ 13
It prevents user from manipulating its data (hidden), it's mainly controlled by JS and usually holds secret keysâŠâŠ
+ 13
This info is written before the "onsubmit" event call of forms and gets cleared immediately after it.......
+ 1
it is used by many to catch rebot submissions
0
But when some inspects the elements of a Web page, most of the information can be seen