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