A family of Microsoft word processing software products for creating web, email, and print documents.
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:
- Starting from a paper form: https://www.addbalance.com/usersguide/forms.htm#Printed_Form
- Filling out pre-printed forms: https://www.addbalance.com/usersguide/forms.htm#Pre-Printed
- Setting up the form and arranging fields/Content Controls
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:
- 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.
- 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.
- https://www.addbalance.com/usersguide/autotextautocorrect.htm#BBGalleryContentControl
- https://www.addbalance.com/word/download.htm#BBGalleryCCTutorial
- https://support.microsoft.com/en-us/office/create-reusable-text-snippets-0bc40cab-f49c-4e06-bcb2-cd43c1674d1b
- https://www.youtube.com/watch?v=7FeDSjhgzmA
- https://www.youtube.com/watch?v=fNsJbzlmUmQ
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.