I'm surprised I can't find an answer to this one. It MUST be possible!
I have a text input field called IDname1
I want people to create a username in this field. However, for various reasons I need to make sure that certain characters aren't used in this username, including # and & and @.
I've tried all sorts of variations of if statements using .contains and .getOccurenceCount but I just can't get anything to work.
Can anybody help??