61 of 133 menu

The name attribute

The name attribute specifies a name for the HTML form input field.

The form fields are tags input, textarea, select.

This name is needed to get the value of the input field via PHP after the form is submitted.

If you give the same name to radio switches, they will become a single group and only one of them will be checked.

byenru