Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Advanced Guides | Troubleshooting | About
Validate that the field contains a valid email address.
wf:wire(ButtonID, TextBoxID, #validate { validators=[
#is_email { text="Not a valid email address." }
]})
text
(string) - The text to display if validation fails.* [Validate Action](validate.md)
* [Validation Demos](http://nitrogenproject.com/demos/validation)