Quote:
Originally Posted by bigrover
I found where to modify the phrases associated with the user fields. I'm starting to get a handle on how this product works. It's pretty slippery, but I'm making headway.
My next challenge is to learn how to validate the input in the new field similar to that used by the user name field, meaning I want to test to see if the input is unique.
|
It all depends on what you mean by "unique". If you are looking to verify it against already known text, that should be fairly easy. If you are looking to verify that it is different than everyone else's, that gets a little tricky as you would need to do some regex of some sort, I'm sure.