Beyond the Binary: Why Your Web Form is a Gatekeeper

Revisiting Gendered Web Forms: An Evaluation of Gender Inputs with (Non-)Binary People

2021-05-06
Morgan Klaus Scheuerman, Jialun Aaron Jiang, Katta Spiel, Jed R. Brubaker
Summary
Problem
Method
Results
Takeaways
Abstract

This research evaluates five diverse gender input form designs—ranging from traditional binary radio buttons to open-text fields—across healthcare, social media, and dating contexts. Using a survey of 350 binary and non-binary participants, the study establishes that inclusive design significantly impacts user comfort and willingness to access digital services, with open-text boxes emerging as the gold standard.

TL;DR

A new study from CHI '21 reveals that the standard "Male/Female" radio button isn't just outdated—it’s a barrier that drives users away. Researchers found that trans and non-binary users are significantly less likely to use a service if the signup form fails to represent them. The solution? Move toward open-text fields and context-aware data collection.

The Hidden Power of the Input Field

We often treat web forms as mundane data-gathering tools. However, for non-binary and trans individuals, these forms are digital gatekeepers. When a system forces a user to choose between "Male" and "Female," it performs an act of "institutional erasure."

The authors argue that gender is "baked into" our technical infrastructures. From social media algorithms to medical records, the way we ask for gender dictates how a user is treated, marketed to, and fundamentally seen by the system.

The Experiment: Five Forms, Three Contexts

The researchers tested five distinct UI patterns to see how they affected user perception in Healthcare, Social Media, and Dating apps.

Analysis of different gender input forms Figure 1: The five experimental form designs, ranging from binary-only to open-ended and checkbox-based models.

The Variables:

  1. Inclusiveness: Does the form feel welcoming?
  2. Misgendering: Does the form force me to lie?
  3. Comfort: How much stress does this form cause?
  4. Willingness to Access: Will I actually use the site if I see this?

Key Insights: "Othering" is a Bug, Not a Feature

The study’s most striking finding is the rejection of the word "Other." While many developers add an "Other" option thinking they are being inclusive, participants described this as "dehumanizing" and "creating an island of misfit toys."

Quantitative Results

As shown in the charts below, the Open Text Box (Option 4) was the undisputed winner for inclusiveness, even among binary users.

Experiment results on comfort and misgendering Figure 2: Non-binary participants (dotted lines) showed significantly higher rates of discomfort and misgendering for binary and "other" options compared to binary participants.

Context Matters:

  • In Dating: Participants were more tolerant of checkboxes because they understood that "matching algorithms" need structured data to work.
  • In Healthcare: Users wanted to provide anatomical details or pronouns rather than a broad "gender" label.
  • In Social Media: Many felt gender was completely unnecessary and its collection was invasive.

The Infrastructure Problem

The blog post identifies that forms are just the "front-end" of a deeper problem: Calcitrant Infrastructure.

  • Databases: Many systems use Boolean values (0 or 1) for gender.
  • Marketing: Ad-tech is built on gendered segmentation.
  • Safety: Trans users in dating apps fear "violent reactions" if they cannot accurately self-describe their identities before a match occurs.

Design Recommendations: How to Do Better

Based on the empirical evidence, the authors offer a roadmap for developers:

  1. Ask if you even need it: Can you ask for pronouns instead?
  2. Avoid "Male/Female" labels: Use "Man/Woman" (gender) instead of "Male/Female" (sex) where appropriate.
  3. Prioritize Agency: If your database supports it, use open-text fields.
  4. Context-Specific Revision: In medical settings, separate "Gender Identity" from "Anatomical/Biological" needs and "Pronouns."

Conclusion: A Call for Technical Empathy

The takeaway is clear: Inclusion is a design choice. By refusing to update legacy binary systems, we aren't just collecting "clean" data; we are actively excluding a growing demographic and generating "bad data" from users forced to self-misgender just to get past a login screen.

Future Work: The authors call for similar studies in non-Western contexts, where concepts of gender vary significantly from the Eurocentric binary model.

Find Similar Papers

Try Our Examples

  • Search for recent HCI studies or SOTA guidelines that address modernizing legacy database schemas to support non-binary gender data without breaking backward compatibility.
  • Which seminal papers first theorized the concept of "Infrastructure of Identity" in digital systems, and how has this paper evolved those theories for non-binary populations?
  • Examine how the findings regarding open-text gender inputs in Western contexts compare to user interface research in non-Western or post-colonial digital cultures.
Contents
Beyond the Binary: Why Your Web Form is a Gatekeeper
1. TL;DR
2. The Hidden Power of the Input Field
3. The Experiment: Five Forms, Three Contexts
3.1. The Variables:
4. Key Insights: "Othering" is a Bug, Not a Feature
4.1. Quantitative Results
4.2. Context Matters:
5. The Infrastructure Problem
6. Design Recommendations: How to Do Better
7. Conclusion: A Call for Technical Empathy