Hello.
How can I add the readonly attribute to the user type field dropdown, in profile page?
I don't want users to change their user type after registration. They must choose the user type on registration, but not be able to edit the field after that.
I've looked in the user profile php, and I know this is the element I need to add the readonly attribute:
<?php UserForm::is_company_select(osc_user()) ; ?>
But how can I do it, as input / select code is not visible here?
Tks