This question has been flagged
2 Replies
5369 Views

Not everyone is male or female, I would like to create an 'Other' category at least.

Avatar
Discard
Best Answer

go to the code and find the selection field and you can add there "Other" category

Avatar
Discard
Best Answer

'gender : 'fields.selection([('male',Male),('female','Female'),('other','Other')],Gender)

set like that

Avatar
Discard

yes it's right way for selection field