Hidden
Hidden form field for storing data.
Overview
A hidden form field used to store additional data that isn’t shown to users. Commonly used to include metadata such as form source, page ID, or tracking information in submissions.
Properties
name string
The name attribute for the hidden input field.
value string
The value to be stored in the hidden field.