Custom user ID
-
Hello Sir,
I want users to register on my website and get a Unique ID based on the Registration.
Now, they will fill a Form that contains:
— Company Name and Branch Number.
— Department Name and Department Number.
— Unit Name and Unit Number.
When the user submits these information, I want a Unique ID to be generated for the user through the concatenation of the Branch Number plus Department Number, plus Unit Number, plus the default WordPress User ID.
So that, if the Branch Number is 04, Department Number is 03, Unit Number is 05, and WordPress user ID is 6, I will have a Unique User ID of 04-03-05-6.
How can I achieve this using AR Member?
Regards.
- You must be logged in to reply to this topic.