Trying to create usernames similar to twitter @username.
I want to make sure the user isn’t able to use @, #, or spaces in the name but for some reason it isn’t working. I’m trying to set conditionals for visibility based on whether the text input contains one of these features but it doesn’t work.
Any advice or anyone have experience making something similar?
Actually, what I tried didn’t end up working.
There’s two issues.
You can not use a space as a trigger for an action to work.
“Sometimes visible: if input 1 contains a space.”
This doesn’t work. However it does work for @ and #.
Second problem. You need to be able to say “Sometimes visible: if input 1 does not contain a space.” However we don’t have the “Does not contain” option.
The only way I have thought to accomplish this is by having a separate rectangle that becomes visible and covers/blocks the Submit button if the input contains a @ or # sign.
I haven’t tried this yet. This wouldn’t solve the space issue though.