Garry_Kramer Member Feb 4, 2016 #1 Is there a way to require the person registering to put in a first and last name when they register, like the option to put in location? Thanks Garry
Is there a way to require the person registering to put in a first and last name when they register, like the option to put in location? Thanks Garry
P Paul B XenForo moderator Staff member Feb 4, 2016 #2 You can use regex to validate the user names. See here for some examples, depending on exactly what you want: http://stackoverflow.com/questions/275160/regex-for-names Upvote 0 Downvote
You can use regex to validate the user names. See here for some examples, depending on exactly what you want: http://stackoverflow.com/questions/275160/regex-for-names
Garry_Kramer Member Feb 4, 2016 #3 No, I want them to enter a first and last name when they register, like when they have to enter their birth date and location. Not for usernames Upvote 0 Downvote
No, I want them to enter a first and last name when they register, like when they have to enter their birth date and location. Not for usernames
P Paul B XenForo moderator Staff member Feb 4, 2016 #4 You can do that with Custom User Fields. Upvote 0 Downvote