In the site I'm developing, I'll have, for example, a registration form where the user must define their gender in a combobox (male or female). The users table in the database will have all user fields as string
, date
, float
. How do I set sexo
?
In the combobox of the registration I already have the option masculine and feminine and in the base register like M or F, already having these two options there registered. So it would have to appear to the user 'Male' or 'Feminine' being that in the table of the database I have this as field sex having as option of this field only M or F.