1. dagroupinc
  2. Support
  3. Monday, February 03 2020, 06:37 PM
When a 'registered user' enters their name, is there a way to not allow blank spaces? For instance, if we display a directory alphabetically by last name and someone puts a space before their last name, they appear at the beginning of the list.
Accepted Answer
admin Accepted Answer
Admin
Hi,
you can avoid some chars with the custom format options, for example follow these steps:
- Go to Components->Easy Profile
- Go to field "Name"
- Go to tab "Options Text Field"
- Set "Format Allowed" to "Custom"
- Set "Custom Format" to
[a-zA-Z0-9].*


With this the first char allowed is something like a-zA-Z0-9
Attachments (1)
  1. more than a month ago
  2. Support
  3. # Permalink
dagroupinc Accepted Answer
Pro
Thank you!
  1. more than a month ago
  2. Support
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.