Share via

difference between a plain ms word and a fillable form

cgmethod 0 Reputation points
2026-03-23T11:32:00.9533333+00:00

Many (most) of our Microsoft using staff struggles to understand the difference between an MS Word Fillable Form and a MS Word document. The "forms" they send me are frustratingly time-consuming. Is there a link I can send them for them to learn how to design a form?

Microsoft 365 and Office | Word | For home | Windows
0 comments No comments

4 answers

Sort by: Most helpful
  1. Charles Kenyon 166.1K Reputation points Volunteer Moderator
    2026-03-23T13:40:39.7133333+00:00

    Is there a link I can send them for them to learn how to design a form?

    Not really. This is a huge topic.

    Here is my web page on preparing forms where I attempt it:
    https://www.addbalance.com/usersguide/forms.htm
    Among other topics, in it, I discuss:

    That page has numerous links to other resources.

    Here is one from Greg Maxey dealing specifically with Content Controls: https://gregmaxey.com/word_tip_pages/content_control_fillin_form.html

    Here is a good playlist from Laura Townsend of videos on creating Forms in Word:
    https://www.youtube.com/playlist?list=PLdK0ORnaviVjmGaOvHaR8XOdJO6EpBsVm

    Here is Microsoft's support page: https://support.microsoft.com/en-us/office/create-a-form-in-word-that-users-can-complete-or-print-040c5cc1-e309-445b-94ac-542f732c8c8b

    Here is an excellent article by Tony Jollans for the older filling in forms methods Word 97-2003 and Word for the Mac. https://www.officearticles.com/tutorials/an_extreme_tutorial_on_creating_fill_in_forms_in_microsoft_word.htm
    However, it shows the menu version controls rather than the controls on the Developer Tab beginning with Word 2007. Nevertheless, this is very good on form layout using tables, and that would apply to modern Content Control forms.

    Generally, unless the form will be in .doc format for use in Word 97-2003, I advise using Content Controls rather than legacy formfields. It is only these formfields that requires the very restrictive "filling in forms" restriction. Much better restriction methods are:

    1. Selecting the entire form and applying a Group Content Control under the developer tab. This has no password protection. The user can type in any Content Control unless that control is set to not allow editing.
    2. Protecting for No Changes - with exceptions. This allows you to specify where the user can type. This allows you to set a weak password.

    If you are developing the form on the Mac, you will want John Korchok's Add-In to let you insert and edit Content Controls. https://www.brandwares.com/bestpractices/2019/08/content-controls-for-macos-cool-code/ Otherwise, you are restricted to using legacy formfields. Note that Content Control forms developed in the Windows version work fine on the Mac, with, I think, the Building Blocks Gallery Content Control.

    The more the developer understands the various features of Word, the better the form will be.
    See: https://www.addbalance.com/usersguide/BasicConceptsWord.htm

    Building Blocks and AutoText can be a powerful tool in forms, especially with the Building Blocks Gallery Content Control that lets you put a menu of somewhat complex document parts in your document body without using macros. These are easier to modify later than are multiple dropdown Content Controls, in my opinion.

    Generally, forms should be Word templates, not documents. This is a different file type. When used, they produce documents.

    ================

    Sometimes when the term "form" is used in the context of Microsoft Word, what is meant is a "userform." That is a custom dialog box that can actually act like an application. It involves vba programming and is not what I think you are inquiring about. These can be incredibly powerful and useful, though.

    2 people found this answer helpful.
    0 comments No comments

  2. Q&A Assist
    2026-03-23T11:32:19.3166667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    In Word, a regular document is just formatted text and objects, while a fillable form is a document built with special “content controls” so users can only enter information in specific places.

    Key differences:

    1. Purpose
    • Regular Word document: For free-form writing and editing (letters, reports, manuals).
    • Fillable form: For collecting structured information in a consistent way (applications, request forms, checklists).
    1. How users interact
    • Regular document: Users can change any text, move content, reformat, and accidentally break the layout.
    • Fillable form: Users mainly type into fields, choose from lists, tick check boxes, or pick dates. Layout and instructions stay protected.
    1. How a fillable form is built (Windows desktop Word) To design a proper fillable form, staff need to:
    1. Show the Developer tab
    1. Start from a template or blank document
    • Use a form template:
      • File > New
      • Search for “Forms” or the type of form needed
      • Right-click a result > Create
    • Or start from scratch:
      • File > New > Blank document
    1. Add content controls instead of typing underscores or boxes On the Developer tab, in the Controls group, they can insert:
    • Text controls
      • Rich Text Content Control: lets users format text and type multiple paragraphs.
      • Plain Text Content Control: restricts users to unformatted text.
    • Picture Content Control: lets users insert an image (e.g., a photo or scanned signature).
    • Combo Box / Drop-Down List Content Control: users choose from predefined options; combo box also allows typing their own value.
    • Building Block Gallery Content Control: lets users choose from predefined blocks of boilerplate text.

    Each control can have properties set (e.g., list items for a drop-down, placeholder text, etc.).

    1. Protect the form so only fields are editable
    • Use Developer > Restrict Editing.
    • Choose the restrictions (for example, allow only filling in forms).
    • Select Yes, Start Enforcing Protection.

    This prevents users from changing the form’s structure while still allowing them to fill in the fields.

    1. Optional: Protect only parts of the document
    • If some sections should remain fully editable, split the document into sections and use Select Sections in the Restrict Editing panel to choose which parts are locked.
    1. Mac and web considerations
    • Word for Mac also supports creating forms with content controls, but the UI and available controls differ. The same article covers Mac steps and notes that Word for the web cannot create fillable forms; it can only display and use forms created in the desktop version.

    Recommended link to send to staff

    • The step-by-step guide “Create a form in Word that users can complete or print” explains:
      • The concept of forms vs. regular documents
      • How to start from a template or blank document
      • How to add text, picture, combo box, and drop-down controls
      • How to protect the form so it behaves like a proper fillable form

    Sharing that article will give staff a clear, official walkthrough of how to design a fillable form instead of just formatting a normal document.


    References:

    1 person found this answer helpful.
    0 comments No comments

  3. Ron Barker 1,960 Reputation points
    2026-03-23T12:31:38.8566667+00:00

    Hi, here is a video on how to create a form using Word: https://www.youtube.com/watch?v=rhh0I56AZW0

    There are lots of Word Template Forms by opening Word>New>Search for>Forms

    0 comments No comments

  4. Diana Mariz 7,275 Reputation points Independent Advisor
    2026-03-23T12:11:39.7766667+00:00

    Hi,

    Please check this link that may help: https://support.microsoft.com/en-us/office/create-a-form-in-word-that-users-can-complete-or-print-040c5cc1-e309-445b-94ac-542f732c8c8b

    This walks through enabling the Developer tab, inserting controls, and protecting the form so it behaves correctly. Sharing that guide should help standardize how your team builds proper forms and reduce the back-and-forth.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.