Hi,
on my registration page I want to display a required field, if the email address of the person who signs up matches a regex.
Hiding the field works fine, but I also want, that field not to be not required, if it's hidden, because now, users whose email addres does not match the regex, can't sign up anymore, since there is a hidden required field. How can i solve this problem?