hideipvpn Posted September 3, 2009 Share Posted September 3, 2009 Hello all, I have problems with "Regular Expression Validation String" for password custom field. The password must be at least 6 characters long - max 12, must allow letters and numbers. 0 Quote Link to comment Share on other sites More sharing options...
hideipvpn Posted September 3, 2009 Author Share Posted September 3, 2009 I think I solved my problem. Here is my password validation string: [0-9a-zA-Z]{6,12} 0 Quote Link to comment Share on other sites More sharing options...
Miron Posted October 23, 2009 Share Posted October 23, 2009 Hello, I need empty field or 11 char number. Currently I'm using this: [0-9]{11} But user can't continue with registration if this custom filed is empty. So i need option to allow empty field or 11 numbers. I doesn't understand regexp very well so i need help. Tnx 0 Quote Link to comment Share on other sites More sharing options...
Miron Posted November 3, 2009 Share Posted November 3, 2009 Anyone? Little bump. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.