How to Create a Fillable Form in Word
Microsoft Word has a built-in set of tools that let you build forms others can fill out directly inside the document — without editing the rest of the content. Whether you're creating an intake form, a survey, a contract with signature fields, or an internal checklist, Word can handle it. The process involves a feature most users never see: Developer tools.
What Makes a Word Form "Fillable"
A standard Word document lets anyone type anywhere. A fillable form is different — it restricts editing so users can only interact with designated fields. Those fields might accept typed text, a date selection, a checkbox, or a dropdown choice.
The key components are called Content Controls — structured form elements you insert into your document. Once you've added them and protected the document, users can tab through the fields and fill them in without accidentally altering headings, labels, or layout.
Step 1: Enable the Developer Tab
Content Controls live inside the Developer tab, which is hidden by default in Word.
To enable it:
- Go to File → Options → Customize Ribbon
- In the right-hand column, check the box next to Developer
- Click OK
The Developer tab will now appear in your ribbon alongside Home, Insert, and the others. This step applies to Word on Windows. On Mac, the path is Word → Preferences → Ribbon & Toolbar.
Step 2: Design Your Form Layout First
Before inserting any controls, build the visual structure of your form using standard Word formatting — tables, labels, lines, and spacing. Think of this as the skeleton. A two-column table works well: labels on the left, fields on the right.
Getting the layout right before adding controls saves significant rework. Content Controls can be finicky to move once the document structure is set.
Step 3: Insert Content Controls 🖊️
With the Developer tab active, place your cursor where you want a field to appear, then choose from the Controls group:
| Control Type | Best Used For |
|---|---|
| Rich Text Content Control | Formatted text entries (names, paragraphs) |
| Plain Text Content Control | Simple single-line text input |
| Date Picker Content Control | Calendar-based date selection |
| Drop-Down List Content Control | Predefined choice menus |
| Check Box Content Control | Yes/no or multi-select options |
| Combo Box Content Control | Dropdown with option to type a custom entry |
Each control can be customized. Click the control, then select Properties in the Developer tab to set a title, tag, placeholder text, and default value. Placeholder text — like "Click here to enter your name" — guides users through the form without needing a separate instruction sheet.
Step 4: Configure Each Control's Properties
Plain Text and Rich Text controls let you set whether users can format their input. For most form fields, plain text is the cleaner choice — it keeps entries consistent.
Dropdown and Combo Box controls require you to manually add your list items inside Properties. Each item has a display name and a value — useful if the form feeds into another system or spreadsheet.
Date Pickers let you specify a date format (e.g., MM/DD/YYYY vs. DD Month YYYY), which matters if the form is used across different regions.
Step 5: Restrict Editing to Protect the Form
This is the step that actually makes the form fillable rather than just editable. Without this step, users can still modify your labels and layout.
- Go to Developer → Restrict Editing
- Under Editing restrictions, check Allow only this type of editing in the document
- Select Filling in forms from the dropdown
- Click Yes, Start Enforcing Protection
- Optionally set a password — though this is a lightweight protection, not encryption
Once protection is on, users can only interact with the Content Controls you placed. Everything else is locked.
Step 6: Test Before Distributing
Save a copy and fill it out yourself as a user would. Check that:
- Tab order moves through fields in a logical sequence
- Placeholder text disappears when you click into a field
- Dropdowns show all expected options
- The Date Picker opens correctly
- No labels or formatting accidentally shift when fields are filled
Tab order follows the reading order of the document — top to bottom, left to right — so layout matters for usability.
Legacy Form Fields vs. Content Controls
Older Word tutorials often reference Legacy Tools, which appear as a separate button in the Developer tab. These include the original form field types (Text Form Field, Check Box Form Field, Drop-Down Form Field). They work, but they're the older implementation.
Content Controls (introduced in Word 2007) are generally more flexible, better supported in modern Word versions, and easier to style. Legacy fields are still useful when sharing forms with users on older Word versions or when compatibility with certain third-party systems is required.
Compatibility and Format Considerations 📋
How your form behaves depends heavily on:
- Word version — Some Content Control features behave differently between Word 2016, 2019, and Microsoft 365
- File format — Save as
.docx, not.doc. Legacy.docformat doesn't support Content Controls properly - Platform — Word for Mac has most of the same tools but some UI differences; Word Online (browser) has limited Content Control support
- Distribution method — If you're emailing the form, most recipients will fill it in desktop Word; if it's being accessed via SharePoint or OneDrive, behavior may vary
A form that works perfectly on your machine with Microsoft 365 may behave differently for someone opening it in an older standalone version of Word — or on a Mac, or in Google Docs, which doesn't support Word form fields at all.
Whether a Word-based fillable form is the right tool for a given use case depends on who will be filling it out, what they'll be doing with the responses, and what software environment they're working in. Those variables shape everything from which control types make sense to whether Word is even the right platform to start with.