Share via

In 365 Word my developer tab is missing information

Peggy Fair 20 Reputation points
2026-03-12T14:03:37.9733333+00:00

I am on a Mac Pro laptop. When trying to make a fillable form in Word, the developer tab is missing so many controls. I do not have rich text, plain text, or a date picker. I have made forms many times, and this does not look the same. All training refers to the way I used to see the information in the developer tab. My laptop automatically updates the Microsoft 365 programs. The text box form field is very different. I have to click properties to try to figure out what to do next. I have seen no help to figure out what next to do. Please help.

Microsoft 365 and Office | Word | For business | MacOS
0 comments No comments

Answer accepted by question author
  1. Q&A Assist
    2026-03-12T14:04:00.5533333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    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:

    1. 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.
    2. 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.
    3. 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.
    4. 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.
    5. 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:


Answer recommended by moderator
  1. Bob Jones AKA CyberTaz MVP 434.6K Reputation points
    2026-03-12T16:47:37.5733333+00:00

    More to the point, ActiveX Controls never have been supported by Apple & have been retired by Microsoft. The newer Content Controls have not been added to the Mac Office UI. Content Controls still can be inserted, though, but it requires a programmatic approach. Please see this definitive article by John Korchok: Korchok-Content Controls

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.