A family of Microsoft word processing software products for creating web, email, and print documents.
On Microsoft 365 for Mac, the Developer tab and its controls look and behave differently from the Windows version and from older legacy form fields. Some controls seen in Windows (like the classic “Rich Text Content Control” and “Date Picker” in the same layout) are not exposed the same way on Mac, which is why the Developer tab does not match older training material.
To build a fillable form on a Mac now, use the content controls that are available on the Developer tab and configure them via Options/Properties:
- Make sure the Developer tab is visible
- On the Word menu, select Preferences.
- Select Ribbon and Toolbar > Customize the Ribbon > Main Tabs.
- Check Developer and select Save.
- Insert form fields using content controls
- Click in the document where a field is needed.
- On Developer, choose the control type:
- Text Box for user-entered text (this replaces the older “rich text/plain text” distinction in many Mac scenarios).
- Check Box for yes/no options.
- Combo Box for a dropdown list of choices.
- After inserting a control, select it and choose Options (or Properties) on the Developer tab to configure it.
- Configure text fields (Text Box control)
In Options for a Text Box control:
- Type: choose Regular text, Number, Date, Current Date, Current Time, or Calculation. This is where date behavior is configured instead of using a separate “Date Picker” control.
- Default text: set instructional text that appears before the user types.
- Maximum length: limit how many characters can be entered (or leave as Unlimited).
- Text format: choose Uppercase, Lowercase, First capital, or Title case.
- Ensure Text box enabled is checked so users can type into the field.
- Configure behavior and automation
Still in Options for any control:
- Select Macro to Run on: attach a macro on Entry or Exit of the field.
- Bookmark: assign a unique name for referencing the control.
- Calculate on exit: refresh calculations when leaving the field.
- Add Help Text: provide hints or instructions for users.
- Protect the form so only fields are editable (optional)
- Open the form document.
- On Developer, select Restrict Editing.
- Choose the editing restrictions desired, then select Yes, Start Enforcing Protection.
- To protect only parts of the document, divide it into sections and use Select Sections in the Restrict Editing panel before enforcing protection.
Because the Mac interface consolidates behaviors (for example, using Type = Date in a Text Box instead of a separate Date Picker control), the Developer tab will not match older Windows-based training screenshots. The current workflow on Mac is to insert the generic control (Text Box, Check Box, Combo Box) and then use Options/Properties to make it behave as rich text, date, numeric, etc.
References: