I have a register page for the user, but it should only allow the user to enter one specific domain for their email, like this:
*@example.com
The username for the email can be anything, but the domain must be pre-typed and cannot change. I'm trying to do it with Ajax Masked Edit Extender but I can't find a way to make the domain a static value like I want.
How do I achieve this?