Horje

How to add HTML <input> type hidden Attribute

Define a hidden field (not visible to a user).

A hidden field often stores what database record that needs to be updated when the form is submitted.

index.html
Example: HTML
<input type="hidden" id="custId" name="custId" value="3487"> 

Output should be:

How to add HTML <input> type hidden Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin