Email field
Create a special text field for email addresses that will catch most typos when users enter an address. The field should automatically check for the inclusion of "@", at least one "." after the @ sign, and no spaces. If a user enters an invalid address, it shows an error message, e.g. "Invalid Email Syntax". This would eliminate a large proportion of my workflows failing on sending or emails.
1
vote