---
layout: single
elementName: output
---
Defines the result of a calculation or of user action.
Example:
Copy
Defines the unique identifier for that input within the form. It allows the server to access each input's value when submitted. The name value must be unique within the context of a It can only contain alphanumeric characters
#
output
name
"sum"
<form> container.a-z A-Z 0-9 and some special characters like - _… but no space.