Should our default gender when selecting male/female on the dropdown list be based on the local sex ratio (if a country have more female than male then female is the default value)?
|
|
You don't select a default at all Using a drop down list or a radio group - you let the user decide - and this also prevents accidental submision of a form without the user setting this value (assuming it's gets validated) because there is no other way of validating it - only the user knows their gender so there is no right/wrong validation other than 'is it set' Here are examples from Windows Live ID sign-up, Facebook sign-up, Yahoo sign-up
In fact in my own survey of over 100 high profile sign-up forms: Only 20% of those sites asked the gender of which:
Furthermore - of the 20 that did not pre-select:
Grooveshark go the extra mile (although I'd at least expect consistency)
|
|||||||||||||||||||||
|
|
It depends. What are you creating? How and where are you marketing it? The number of men or women in a country is not what makes the difference. For example, a website about makeup will probably have more female visitors than male, even if it's a city of mostly men. Also, it might be worth considering whether you need gender. Article about this: http://www.sarahmei.com/blog/2010/11/26/disalienation |
|||||||||||||||||||||
|
|
How about asking the user to select their gender in the form of their preferred third-person pronoun ("his", "her", "their"), instead of providing their biological sex? Listing "their" rather than "its", because I doubt anyone wants to be referred to as "it". For example:
|
|||||
|
|
Unless you have a good reason to have the gender, I would agree with @Roger that not pre-selecting is the best option. I would also add that not validating at all, and allowing a selection of Male and Female is probably the best option. The clientelle of the site is also important, and not always obvious. Females are far more common users of web sites - especially e-commerce - than are normally expected. Knowing your users is critical if you insist on setting a default - many of the sites I have worked on, female would be default. |
|||
|
|
|
In form fields like that, I usually make the first value null, to indicate no item was selected. As far as order, I would either defer to the audience, then just go standard M/F For the drop down, make it optional, with the default value of null (so as to allow form submission without error)
|
|||
|
|






