How do I make it so my users can't add any special characters in their usernames?

You’ll need to use what we call a “custom form” (not a form screen) to check if they’re entering special characters. I might actually use a “hybrid form” for this.

You can check for special characters using either a JavaScript or extract matching text column.

I’ll see if I can find an example of something I did recently.

1 Like