I'm using the UserProfile method in my models to extend the user.
If I want to allow the user a title ie 'Mr' and a middle initial 'A', what is the standard pratice for this?
At present in its raw format, i enter a firstname and last name and then scroll down to select the title and input any initials.
Is it possible to combine the user and userprofile fields?
TIA