DivokyMuz
Active member
Hi, we are doing one community, where not only male and female people are welcome. Also transgender are there.
So i need to have more gender fields while the registrate.
In my smal brain i have the idea, just to put more fields in the template, put some phrases in and ready.
Here ist the part, where the gender comes in registration. Is it possible, only to put some more radiobuttons there, with own phrases an own names ? Will they be written in the database ?
If this question is stupid or gives you a laugh, it´s no problem. I´m not a coder, just a user with the ability to follow instructions
So i need to have more gender fields while the registrate.
In my smal brain i have the idea, just to put more fields in the template, put some phrases in and ready.
Code:
<li><label for="ctrl_gender_male"><input type="radio" name="gender" value="male" id="ctrl_gender_male" {xen:checked "{$fields.gender} == 'male'"} /> {xen:phrase male}</label></li>
Here ist the part, where the gender comes in registration. Is it possible, only to put some more radiobuttons there, with own phrases an own names ? Will they be written in the database ?
If this question is stupid or gives you a laugh, it´s no problem. I´m not a coder, just a user with the ability to follow instructions