Used to create an email field that is part of the form but not displayed
Used to append the form data to the end of the URL
Used to append the form data to the end of the URL
Used to group items on a drop-down list
Processes the form when clicked
Used to create an email field that is part of the form but not displayed
Specifies how the form data should be encoded as it is sent to the server
Used for a long sequence of options
The default format in which the data is encoded as a long text string with spaces replaced by the + character and special characters replaced with their hexadecimal code values
The format used when uploading files in which no encoding of the data values occurs
Used for selecting data values limited to two possibilities, such as "yes" or "no"
Used for text and numerical entries
The format in which data is transferred as plain text with spaces replaced with the + character, but no other encoding of the data values occurs
Used for selecting data values limited to two possibilities, such as "yes" or "no"
Used for a long sequence of options
The default format in which the data is encoded as a long text string with spaces replaced by the + character and special characters replaced with their hexadecimal code values
C reated with a group of input elements with a type attribute value of radio, sharing a common data field name
C reated with a group of input elements with a type attribute value of radio, sharing a common data field name
The format used when uploading files in which no encoding of the data values occurs
Used to group items on a drop-down list
Processes the form when clicked
Specifies how the form data should be encoded as it is sent to the server
The format in which data is transferred as plain text with spaces replaced with the + character, but no other encoding of the data values occurs
Used for text and numerical entries