how do I set a input mask for email addresses

A

abnsgm

I want to force users to input a work related email address not hotmail or
yahoo. How do I create a mask that inputs the provider address that I want?
i.e. all addresses will end with "@hope.com"
 
J

John Nurick

Don't use an input mask. Instead, set a validation rule on the field:

Like "*@hope.com"

This will reject any address that doesn't end with @hope.com.
 
A

abnsgm

John, thanks a lot. I was going about it incorrectly. Your information
helped me to acheive exactly what I needed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top