I would like to generate the username based on the First Name and Last name fields and then display it to the user ( if necessary append a number ie JohnSmith20 ) on the Join process
I would like to generate the username based on the First Name and Last name fields and then display it to the user ( if necessary append a number ie JohnSmith20 ) on the Join process
Dear Shane,
It's possible by the core code modification only. Since you will need to replace the username profile question value with the composed value from your other two fields: First and Last Name - this will be a quite complicated modification which affects a lot of functionality.
All we can suggest is to check the following file (and all methods which are used in this file ) to see how the join works: /ow_system_plugins/base/controllers/join.php