Search found 1 match

by Doldol
Mon Jul 30, 2012 8:55 pm
Forum: [3.x] Discussion
Topic: Regex for custom profile fields
Replies: 0
Views: 5688

Regex for custom profile fields

Now custom profile fields offer very limited options to limit what's put into them:
- Maximum/Minimum number of characters
- Field validation

I suggest an advanced option of allowing a regex (with preg_match()) to be defined for it.
So that you have greater flexibility in limiting the fields ...