Email Validator Element
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 Email Validator - #is_email {}
Validate that the field contains a valid email address.
Usage
wf:wire(ButtonID, TextBoxID, #validate { validators=[ #is_email { text="Not a valid email address." } ]})
Attributes
- text - (string)
- The text to display if validation fails.