How can I let user change their's user type? I have tried like this.
I have added on tpl-profile.php this.
but it doesn't work. where I should change more?
<p>
<select id="role" name="role">
<option value="">Please select one of them (New user type)</option>
<option value="job_seeker">job_seeker</option>
<option value="job_lister">job_lister</option>
<option value="recruiter">recruiter</option>
</select>
</p>