askvity

How to Create a Fillable Form in Outlook 365?

Published in Outlook Forms 3 mins read

Creating a fillable form directly within Outlook 365 requires utilizing the Developer tab and designing a custom form based on a standard form.

Here's a breakdown of the process:

  1. Enable the Developer Tab (if necessary):

    • Go to File > Options > Customize Ribbon.
    • In the right-hand pane, check the Developer box, then click OK.
  2. Design the Form:

    • On the Developer tab, in the Custom Forms group, click Design a Form.
    • In the "Design Form" dialog box, select the standard form on which you want to base your fillable form (e.g., Message). Click Open.
  3. Add Fields and Controls:

    • The form design window will open. From the Control Toolbox, add the necessary controls to your form. Common controls include:
      • Text Box: For single-line text input.
      • Text Area (Multiline Text Box): For multi-line text input.
      • Check Box: For boolean (yes/no) options.
      • Option Button (Radio Button): For selecting one option from a group.
      • Combo Box or List Box: For selecting from a predefined list.
    • Set Control Properties: Right-click on each control and select "Properties" to define its name, default value, font, and other characteristics. The (Name) property is crucial for referencing the control's value later.
    • Add Labels: Use labels to clearly indicate what each control represents.
  4. Set Form Attributes:

    • On the Developer tab, click Properties.
    • In the "Properties" dialog box, you can:
      • Change the form's display name.
      • Specify the form's behavior (e.g., whether it's a read-only form).
      • Set permissions.
  5. Publish the Form:

    • On the Developer tab, click Publish > Publish Form As…
    • Choose a location to save the form (e.g., Personal Forms Library).
    • Give the form a descriptive name and click Publish.
  6. Use the Form:

    • To use the form, go to the Developer tab and click Choose Form...
    • Select the form you published. It will open, allowing users to fill in the fields.

Important Considerations:

  • Code (Optional): For advanced functionality, you can add code behind the form using Visual Basic Scripting Edition (VBScript). This requires programming knowledge.
  • Exchange Server Environment: Publishing forms to an organizational forms library typically requires an Exchange Server environment.
  • Modern Alternatives: Modern versions of Outlook and Microsoft 365 offer more user-friendly alternatives for creating forms, such as Microsoft Forms, which can then be shared via email. Consider using Microsoft Forms if you don't require the customizability of traditional Outlook forms.

This detailed process outlines how to create a fillable form within Outlook 365 using the Developer tab and custom form design. While powerful, consider alternative form creation tools within the Microsoft ecosystem for more streamlined approaches.

Related Articles