Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Advanced Guides | Troubleshooting | About
The hidden element produces a hidden input element.
#hidden { id=hidden1, text="Some text" }
text
(string) - The value of the hidden element.
html_encode
(boolean) - Set to true to safely html-encode the text.
html_name
(string) - The name attribute of the hidden element.