Survey builders often try to predict every possible answer before launching a questionnaire, but human respondents always find a way to surprise us.

Forcing people into rigid, pre-defined categories leads to skewed data and frustrated users who abandon the page.

Adding a write-in option gives your audience a necessary release valve.

It captures the edge cases you missed while keeping your primary quantitative data clean.

Here is how to set up custom text fields correctly in Google Forms and handle the messy, unpredictable data they generate.

Why should you add a custom write-in option to your questions?

When you design a survey, you are balancing two competing psychological forces: recognition and recall.

Recognition is easy.

Giving respondents a list of common answers allows them to simply recognize their situation and click, which drastically lowers their cognitive load.

Recall is hard.

Asking them to type an answer from scratch in a blank text box takes time, effort, and memory, which increases your drop-off rates.

The write-in option offers the best of both worlds.

By providing a curated list of the most likely answers alongside a custom text box, you accommodate the 80 percent of users who fit standard categories while leaving the door open for the 20 percent who do not.

When you fail to include an escape hatch, respondents are forced to pick the "least bad" option.

This ruins your data integrity because you cannot tell the difference between someone who strongly identifies with an answer and someone who just clicked it to bypass a required question.

Use case Benefits Data analysis impact
Demographic questions Respects diverse identities and captures highly specific regional or cultural nuances you may not know. Requires manual thematic coding later, but prevents respondents from abandoning the survey entirely.
Software bug reports Captures niche browser setups, obscure error codes, or unique hardware configurations. Alerts product teams to emerging issues before they become widespread trends.
Lead generation forms Identifies new marketing channels (e.g., a specific new podcast or niche newsletter). Provides raw, unprompted language you can use in your own marketing copy.
Internal employee surveys Uncovers blind spots in management or specific workplace friction points. Generates qualitative quotes that add narrative weight to quantitative charts.
Competitor research Reveals up-and-coming competitors or alternative tools you did not consider. Broadens your market landscape view without requiring a separate open-ended question.

Limiting your core options also helps you respect Hick's law, which states that the time it takes to make a decision increases with the number and complexity of choices.

Instead of listing forty different software tools in a massive wall of text, you list the top five and let the rest self-identify.

Here is what happens when you try to list everything versus relying on a write-in field:

Marketing attribution survey

  • Weak: How did you hear about us? (Facebook, Instagram, Twitter, LinkedIn, TikTok, Google Search, Bing, Yahoo, Friend, Colleague, Family, Television, Radio, Billboard, Podcast, Newsletter, Conference, Other)
  • Strong: How did you hear about us? (Search engine, Social media, Word of mouth, Podcast/Audio, Other: [Text Box])

In the strong example, the respondent scans four broad categories instantly.

If they heard about you through a highly specific niche forum, they can still tell you using the text box without hunting through a massive list.

How to add an other option in Google Forms

Google Forms natively supports an interactive text box for two specific question types: Multiple choice (radio buttons where the user selects one) and Checkboxes (where the user can select many).

The process is identical for both.

  1. Open your form and click the floating + icon on the right-hand menu to add a new question.
  2. Click the dropdown menu in the top right corner of the question box and select either Multiple choice or Checkboxes.
  3. Type your primary question and fill in your standard, pre-defined options.
  4. Look at the very bottom of your list of options. You will see light grey text that says Add option or add "Other".
  5. Click the blue add "Other" text link.

Google Forms will immediately generate a new line labeled exactly as Other... with a blank text line next to it.

When you preview your form, this will appear as a selectable radio button or checkbox with an active text input field.

Expert tip: Do not try to type the words "Other (please specify)" into a standard Add option line. If you manually type the word "Other", Google Forms treats it as a static text label and will not generate the write-in text box. You must click the blue add "Other" link to trigger the interactive field.

If you are migrating a massive backlog of older questionnaires, manually clicking through to add custom fields to every single question is tedious.

If you have historical files, you can use a tool to convert PDF surveys to Google Forms to automate the heavy lifting, importing your existing multiple-choice structures before you fine-tune the custom text fields.

Once the field is active, it acts like any standard option in your form editor.

You can drag it up or down the list using the six-dot grip handle on the left side, though standard survey convention dictates keeping it at the very bottom of the list.

To remove it, simply hover over the row and click the X icon on the far right.

Why does the other option look different on dropdown questions?

If you change your question type from Multiple choice to Dropdown, you will notice the blue add "Other" link vanishes completely.

This is not a bug; it is a limitation of how web browsers render dropdown menus.

Standard HTML <select> elements - the underlying code for a dropdown menu - do not naturally support inline free-text typing.

While some complex web applications use custom JavaScript to build searchable dropdowns that allow custom entries, Google Forms keeps its architecture intentionally lightweight to ensure the forms load instantly on older mobile devices.

Because it cannot render a text box inside the dropdown menu, Google Forms simply disables the feature.

If you absolutely must use a dropdown to save vertical screen space, you have to build a logic-based workaround to capture custom answers.

Question type Native text box Best for UI limitation
Multiple choice ✅ Supported Short lists (3-5 options) where only one answer is allowed. Takes up vertical space on the screen.
Checkboxes ✅ Supported "Select all that apply" scenarios. Can lead to messy data if users select standard options and type an obscure answer.
Dropdown ❌ Not supported Long lists (e.g., 50 US states, 100 departments) to keep the form visually short. Requires complex section branching to capture custom text.

To capture a write-in answer from a dropdown, you have to use section branching.

First, add a plain option to your dropdown menu and simply name it Other.

Next, click the three-dot menu in the bottom right corner of the question box and select Go to section based on answer.

For all your standard answers, set the logic to Continue to next section.

For your Other option, set the logic to direct the user to a brand new section of the form.

In that new section, create a standard Short answer question that asks them to specify their answer.

This approach adds friction to the user experience, but it is the only way to replicate the write-in functionality when a dropdown is mandatory.

What are the best practices for analyzing write-in answers?

The moment you add a custom text box, you transition from purely quantitative data to mixed-methods data.

A pie chart can easily visualize fifty clicks on "Option A," but it does not know what to do when respondents manually type "option a," "A," "Op. A," and "I chose A."

If you rely strictly on the native Google Forms summary charts, your "Other" responses will be grouped into tiny, unreadable slivers because the software treats every unique spelling or casing as a completely separate category.

To make sense of the data, you must export your responses to Google Sheets and clean them.

Here is a practical, four-step process for handling messy write-in text.

1. Isolate the custom responses

When you open your Google Sheet, your question will be contained in a single column.

Standard responses and custom typed responses will be mixed together.

First, insert a new blank column immediately to the right of your survey data. Name this new column Cleaned Responses.

Highlight your original column, click Data, and select Create a filter.

Filter out all your standard, expected answers so that only the unpredictable, write-in text rows remain visible on your screen.

2. Standardize spelling and casing

Survey takers type fast, skip capitalization, and misspell industry terms constantly.

Before you can group their answers, you need a baseline level of uniformity.

If you only have a dozen responses, you can manually retype them.

If you have hundreds, use simple spreadsheet formulas to do the heavy lifting.

In a scratchpad column, you can use =TRIM(A2) to remove accidental leading or trailing spaces that respondents typed.

You can use =PROPER(A2) to force the first letter of every word to be capitalized, which instantly merges "marketing" and "Marketing" into a single readable string.

3. Categorize into existing or new buckets

Now you must perform thematic coding, which means reading the raw text and assigning it to a standardized category.

Often, respondents use the write-in box to type an answer that was already available in your standard list, simply because they missed it while scanning.

For example, if your standard option was "Human Resources," someone might type "HR" into the text box.

In your Cleaned Responses column, overwrite their "HR" with the exact string "Human Resources" so it matches your primary data perfectly.

If you notice a distinct trend - say, twenty different people typed variations of "Customer Success" - you have discovered a new bucket.

Establish "Customer Success" as a new standard category and apply that exact phrase to all twenty rows in your cleaned column.

4. Recode the data for charts

Once every custom response has been assigned a clean, standardized label, remove the filter so all your data is visible again.

Copy the standard answers from your original column into the Cleaned Responses column for the rows that did not use the text box.

You now have a single, perfect column containing both your original click data and your newly categorized write-in data.

When you build a Pivot Table or generate a chart based on this new column, the data will group perfectly.

Your custom text responses will no longer be fifty tiny, unreadable slices of a pie chart; they will form clear, statistically significant chunks.

When does a write-in text box hurt your survey data?

While a custom text field is a valuable safety net, relying on it too heavily introduces friction and behavioral biases that can damage your dataset.

Every open text box you add increases the cognitive load of your survey.

When you force users to think, type, and edit, you increase the likelihood that they will abandon the form entirely.

Furthermore, poorly implemented text boxes encourage a behavior known as satisficing.

Satisficing occurs when a respondent decides to expend the absolute minimum effort required to get past a question.

Instead of reading your thoughtfully crafted options, they immediately click the text box and type "N/A," "none," or random keyboard mashes just to satisfy the form's required validation.

Here is a breakdown of common mistakes survey builders make with custom inputs and how to avoid them.

Mistake Why it hurts Quick fix
Making the entire question required Forces users who genuinely have no answer to invent fake data or type "idk" just to proceed. Ensure your option list includes a "Not applicable" or "Prefer not to say" choice alongside the write-in box.
Using it instead of obvious categories Shifting the burden of categorization to the user makes them do the work you should have done during design. Pilot test your survey with five people. If three write the same thing, make it a standard option.
Leaving the text box visually isolated The von Restorff (isolation) effect draws the eye to the interactive box, causing people to skip reading standard options. Keep your option lists short (3-5 items) so the standard choices are easily readable before the box appears.
Asking for complex explanations A tiny inline text box is visually restrictive; users will only type a few words before stopping. If you need a paragraph of detail, use a dedicated Paragraph question type, not a multiple-choice add-on.

You must also consider coding fatigue.

If you deploy a survey to ten thousand customers and twenty percent use the write-in option, you have just created a task requiring a human analyst to read, interpret, and categorize two thousand distinct text strings.

This qualitative analysis is incredibly valuable, but it is also slow and expensive.

If you lack the time or resources to actually read and process the unstructured data, adding the text box is a trap.

You are collecting data you cannot act on, while simultaneously making the survey harder for your audience to complete.

Use the feature strategically.

Reserve it for demographic questions where identity is fluid, or for exploratory questions where you genuinely do not know what the market landscape looks like.

If you are just trying to find out which of your three core products a customer uses, keep the list closed and lock the text box away.

FAQ

Can you limit the character count on the Google Forms other text box?

No, Google Forms does not support character limits or custom data validation rules on the inline text box attached to multiple-choice questions. If you need to enforce a maximum word count or require a specific text format like an email address, you must use a standalone Short answer question instead. Standalone questions allow you to apply strict regular expression (regex) rules.

Why is the other option greyed out in my form editor?

The blue text link is usually missing or unclickable for two reasons. First, you might be using a Dropdown question, which does not support the feature at all. Second, you may have already clicked it; Google Forms only allows one custom text field per question, so once the Other... row appears in your list, the prompt disappears.

Can you make the other text box required while leaving the rest of the question optional?

No, the required toggle at the bottom right of the editor applies to the entire question block. You cannot force a user to type in the text box without also forcing them to answer the multiple-choice prompt. If you need a mandatory explanation, you should split the form and use a required Paragraph question.

How do you remove the other option once it has been added?

Hover your mouse over the row that says Other... in your form editor. A small X icon will appear on the far right side of that specific line. Click the X to delete the write-in field and return the question to a strict, closed list of standard options.

Capturing unexpected data is the hallmark of a great survey, but it requires balancing user experience with your own capacity to analyze the results. By keeping your core options tight and utilizing the write-in field strategically, you give respondents a voice without overwhelming your spreadsheets. If you are migrating complex questionnaires from older formats and want to preserve your carefully crafted option lists, running them through Doc2Form can digitize the basic structure instantly, leaving you free to focus on refining the logic and analyzing the text.