Quote from: no_id on August 20, 2007, 04:48:14 PM
Name : ...............................
Surname : ...............................
D.O.B. : ...............................
Gender : ...............................
Nationality : ...............................
From a programmer's point of view (perhaps this applies to data entry as well), using a selection of available choices is a means of reducing data errors. The term for this is "poka-yoke", which roughly translated from Japanese means "to avoid inadvertent mistakes". By allowing a text box for people, you could end up with values such as "F", "Female", "woman", "girl", "womyn" or it could be misspelled (and you know somebody WILL do that). It also speeds up data entry for a person when they just need to select an existing option.
The thing is, the majority of programmers/form designers/database designers are not even aware that there is anything besides male and female, and even if they are, several things different need to coordinate (such as having "Androgyne" on both the form AND in the database AND in the data entry program). So those are some reasons why so few of forms have it. Although it's true that having it be a legally recognized gender AND having people aware of it would most likely make many of these forms and programs have the option of something besides male and female, it unnecessary to make it legal to have additional options placed on forms or in programs. Just educating people should be enough to start achieving this. I for one will try and add something besides male/female (most likely just "Other") for my programs, although I haven't even added a field like this in quite a while. I probably wouldn't be placing 6 different options or whatever it was because I don't want to show I know so much and I don't want it to get confusing to non-TG people filling out forms.