I have a custom text field where it's asking for an email address. However, the way that custom text fields currently work, the user can input anything and it will be accepted. I added "help text", but apparently that wasn't enough for my users.
It would be nice if I could verify that this text fits requirements using a regular expression before the form is submitted.