name
Defines the unique identifier for that textarea within the form. It allows the server to access each textarea's value when submitted.
Required.
"message"
The name value must be unique within the context of a <form>
container.
It can only contain alphanumeric characters a-z
A-Z
0-9
and some special characters like -
_
… but no space.