How to Build a Word Template With Restricted Editing for Form Fields Only
🔍 WiseChecker

How to Build a Word Template With Restricted Editing for Form Fields Only

You need a Word template where users can fill in form fields but cannot change the surrounding text or layout. This is common for contracts, surveys, or data-entry documents where consistency matters. Word provides a built-in feature called Restrict Editing that limits changes to form fields only. This article explains how to create such a template from scratch, including inserting form controls and applying the restriction.

Key Takeaways: Restricted Editing for Form Fields in Word Templates

  • Developer tab > Legacy Tools > Text Form Field / Check Box Form Field / Drop-Down Form Field: Insert form controls that users can interact with while the rest of the document is locked.
  • Review > Restrict Editing > Allow only this type of editing in the document > Filling in forms: Apply the restriction that permits changes only to form fields and locks all other content.
  • File > Save As > Word Template (.dotx): Save the restricted document as a template so every new document based on it inherits the same restrictions.

ADVERTISEMENT

What the Restrict Editing Feature Does for Form Fields

The Restrict Editing feature in Word lets you lock a document so that users can only interact with specific parts you designate. When you choose the option “Filling in forms,” Word allows changes only to form fields such as text boxes, check boxes, and drop-down lists. All other content — headings, instructions, tables, logos — becomes read-only.

Before you start, you need the Developer tab visible on the ribbon. If it is not already displayed, go to File > Options > Customize Ribbon and check the Developer box in the right panel. This tab contains the form controls you will use.

You also need a clear layout plan. Design the template with placeholders for each field. Keep the structure simple because once the restriction is applied, you cannot edit text or move objects without first turning off the restriction.

Steps to Build the Template and Apply Form Field Restrictions

  1. Open a blank document and design the layout
    Create the static content: headings, instructions, labels, and any tables. For example, type “Employee Name:” where you want a text field. Use bold or color to distinguish labels from fields. Do not insert form fields yet.
  2. Insert legacy form fields from the Developer tab
    Go to the Developer tab. In the Controls group, click Legacy Tools. Under Legacy Forms, choose Text Form Field for text entry, Check Box Form Field for yes/no options, or Drop-Down Form Field for multiple choices. Click where you want each field and select the control. For a drop-down, right-click the field, choose Properties, and add items in the Drop-Down Item list.
  3. Set field properties for data entry behavior
    Right-click a form field and select Properties. For a text field, you can set the Type (Regular text, Number, Date, etc.), Default text, Maximum length, and a bookmark name. For a check box, set the default state (Checked or Not Checked) and size. For a drop-down, add items in the order they should appear. Use clear bookmark names like “txtName” or “chkAgreed” for easier reference later.
  4. Protect the form fields by applying Restrict Editing
    Click the Review tab. In the Protect group, click Restrict Editing. The Restrict Editing pane opens on the right. Under Editing restrictions, check the box “Allow only this type of editing in the document.” From the drop-down list, select “Filling in forms.” Then click Yes, Start Enforcing Protection.
  5. Set a password for the restriction (optional but recommended)
    In the Start Enforcing Protection dialog, you can enter a password. If you set a password, users must enter it to stop protection and edit the template. Type the password, confirm it, and click OK. If you leave the password fields blank, anyone can turn off the restriction from the Restrict Editing pane.
  6. Save the document as a Word Template (.dotx)
    Click File > Save As. Choose a location such as your custom Office templates folder. In the Save as type drop-down, select Word Template (dotx). Name the file and click Save. When users double-click this template, Word creates a new document with the same restricted form fields.

ADVERTISEMENT

Common Mistakes and Limitations When Using Form Field Restrictions

The form fields are not responding after restriction is applied

This happens if you used ActiveX controls instead of legacy form fields. ActiveX controls do not work with the “Filling in forms” restriction. Remove any ActiveX controls and replace them with the legacy controls from Developer > Legacy Tools > Legacy Forms. Also check that you selected “Filling in forms” and not “No changes (Read only).”

Users cannot tab between fields in the correct order

The tab order follows the order in which you inserted the fields. If the order is wrong, delete the fields and reinsert them in the desired sequence. There is no built-in reorder tool for legacy form fields. Alternatively, you can insert fields in a table and set the tab order by the table cell order.

Date picker or rich text controls are missing from legacy tools

Legacy form fields only support plain text, numbers, dates (as text with a mask), check boxes, and drop-down lists. If you need a rich text field or a date picker with a calendar, you must use content controls from the Developer tab instead. However, content controls are not compatible with the “Filling in forms” restriction. In that case, use the “Allow only this type of editing in the document” option with “No changes (Read only)” and add exceptions for each content control. This is more complex and is covered in a separate guide.

The template cannot be edited after saving

If you need to change the template later, open the .dotx file. Go to Review > Restrict Editing and click Stop Protection. If you set a password, enter it. Then make your changes, reapply the restriction, and save the template again. Keep a backup copy of the unprotected template in a secure location.

Legacy Form Fields vs Content Controls for Restricted Templates

Item Legacy Form Fields Content Controls
Compatibility with “Filling in forms” restriction Fully compatible Not compatible
Field types available Text, Check Box, Drop-Down Rich Text, Plain Text, Picture, Drop-Down List, Date Picker, Combo Box
Tab order control By insertion order only Configurable via Properties
Password protection on restriction Yes Yes (via Restrict Editing pane)
Best use case Simple forms with plain text, check boxes, and drop-downs Complex forms needing rich formatting, images, or date pickers

Now you can create a Word template where users fill in form fields without altering the surrounding content. Start by designing the layout, insert legacy form fields from the Developer tab, and apply the “Filling in forms” restriction from the Review tab. Save the file as a .dotx template for repeated use. For more advanced forms that require rich text or date pickers, consider using content controls with a custom editing exception setup.

ADVERTISEMENT