---
layout: single
elementName: button
---
Defines a clickable button.
Example:
Copy
Defines the unique identifier for that button within the form. It allows the server to access each button's value when submitted. The name value must be unique within the context of a It can only contain alphanumeric characters The value sent to the server when submitting the form. The server will receive the value Defines the button type. The button sends the form data to the server. The button resets the form. Disables the button. Sets focus on the element when the web page loads.
#
button
name
"submit_button"
<form> container.a-z A-Z 0-9 and some special characters like - _… but no space.
value
"primary"
primary.
type
"submit"
"reset"
disabled
autofocus