my problem is that I can not show the value of the user's gender that already has a value assigned, this I want to show it in the select combo of the profile view, the select combo only shows me the default values but not the value already assigned to the user.
The Gender table has the values 1: Female, 2: Male, 3: Other
The user is assigned the value 2 (male), and the word "male" is what I want to show in the select menu as already selected when editing profile
The default option of the select should be Male, which is what the user has assigned.
Thank you!