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.
Example:
HTML
<input type="hidden" id="custId" name="custId" value="3487">
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |