You are all familiar with the standard Outlook meeting request form where you specify the meeting details and invite attendees and probably have seen it so many times that an idea of changing the way the form looks or adding some information to the form is something you have not even thought about.
But suppose one day you come to work and discover that there had been a management meeting (oh well… they always have those weird requests) and the folks in charge have come to the conclusion that there are too many meetings held in your organization.
Almost every topic involving more than one attendee results in a meeting being scheduled, while quite a generous amount of the issues planned to be resolved during the meeting can actually be solved by simple phone call.
A standard meeting form:
At this stage the management issues a new policy and requests from the messaging administrators to customize the meeting request form and add some guidelines to remind the mere mortals not to waste company resources. Those familiar with creating Outlook forms will probably have the quick answer and will create a custom Outlook form published to “Organizational Forms Library” (more on this later), and will be on the right track, but yet without a complete solution.
In order to actually to achieve the goal we need to perform several tasks:
- Create a custom Outlook form
- Publish the new Outlook form to Organizational Public Forms public folder
- Configure the clients to use the new form instead of the generic “New Meeting Request” form
Creating a customized meeting request form.
I will not delve into the wizardry of customizing the Outlook forms. I am far from being an expert on the topic, but there are enough resources online to help you at carrying this task. Here we perform a very basic change: we will add some text to meeting description and add a short notice in the Location field, but do not let this fool you – you can perform much more interesting customizations, add field, custom actions, add scripts and much more, but this is beyond the scope of this article.
- Open Outlook and focus on your Calendar folder (in Outlook 2003 you will need to switch to Folder List view)
- From the menu select Tools -> Forms -> Design Form
- In the “Look in:” drop down make sure you have “Standard Forms Library” selected, highlight “Appointment” in the list of the available forms and click Open
- You will be presented with Appointment form in design mode:
- Type in the guidelines for new meeting requests and add a short notice in the Location field to book rooms as Resource as show in the screenshot:
- From the menu select “Tools -> Forms -> Publish form as”. In the “Look in:” drop down box select “Personal Forms Library” and in the “Display Name” field provide a descriptive name:
- Click Publish.
- Close the form designer. When asked whether to save the changes, choose No.
- Test the results:
- In Outlook go to “File -> New -> Choose form…”
- In the drop down box pick the “Personal forms Library”
- Select the form you have created in the previous steps
- Click Open. The result should be similar to this:
- We are done with the form. The next step is to make the form available to all Exchange recipients (or shell I say “Outlook clients accessing the Exchange server using MAPI or RPC/HTTPS”?)
Publishing the new form to Organizational Forms Library public folder
- First make sure the Organizational Forms Library public folder exists. MS KB244591 article will help you determine if you have one and will provide instruction to create it if you have none.
- Make sure you have enough permission on the forms library:
- In the Exchange System Manager drill down to Organizational Form container you have created in the previous step
- Right-click the Organizational Forms Library (or the name you gave to it in the previous step) container and go to Permissions tab
- Make sure the account you will use to access Exchange has at least Author permissions:
- Publish the form to Organizational Forms Library:
- In Outlook from the menu select “Tools -> Forms -> Design a form…”
- From the Personal Forms Library pick the for you have created and click Open
- From the menu select “Tools -> Forms -> Publish form as”. In the “Look in:” drop down box select “Organizational Forms Library” and in the “Display Name” field provide a descriptive name:
- Notice the “Message class” at the bottom. Write it down – you will need it later.
- Click Publish.
- Close the form designer. When asked whether to save the changes, choose No.
- The form now can be used by all Exchange clients using Outlook.
Configuring the clients to use the new form
- Download formsadmin.exe from HERE (101kb).
- After running the formsadmin.exe 2 files will be extracted: FormSwap.exe and FormsAdminReadme.rtf
- Run the FormSwap.exe and in the “For composing use:” fill in the name of the message class you had written down before:
- Click Save and “Export Saved Settings…”. This will generate a reg file.
- FormsAdmin generates registry entries suitable for Outlook 2000 and therefore we will need to edit the registry file so that it will work with Outlook 2002 (XP) and 2003. If you open the file you will notice that the registry keys are for Outlook 9.0:
- For Outlook 2002 you will need to replace “9.0” with “10.0”. For Outlook 2003 you will have to use “11.0”. If you have a mix of Outlook clients in your organization, just duplicate the lines for all three versions of the Outlook:
- Import the registry file and restart Outlook.
- Schedule a new appointment or create a new meeting request – you should be presented with the form you have created:
- Now the hard part is to distribute the registry settings to the clients. Possible approaches would be either adding the registry settings import to logon script (if all the users have one) or distributing the settings using login script in GPO applied to all your users.
That’s all folks.
FAQs
How do I create a secure meeting request form with password protection?
To create a secure meeting request form with password protection, use Exchange Server’s built-in encryption features, implement form-level security settings, and require authentication. You can also use third-party meeting request form solutions that offer additional security layers and access controls.
Can I integrate my meeting request form with third-party calendar applications?
Most modern meeting request form templates can be integrated with popular calendar applications through APIs. You’ll need to ensure your form’s output format matches the receiving application’s requirements and test the integration thoroughly.
What are the best practices for designing a mobile-friendly meeting request form?
Design your meeting request form with responsive elements, minimize required fields, use touch-friendly buttons, and implement auto-fill capabilities. Ensure the form works across different mobile devices and operating systems for optimal user experience.
How can I track analytics and engagement metrics for my meeting request form?
Implement tracking codes and analytics tools to monitor your meeting request form’s performance, including completion rates, abandonment points, and user behavior patterns. This data helps optimize the form’s effectiveness and user experience.
What automated follow-up options can I add to my meeting request form?
Configure your meeting request form to send automatic confirmation emails, calendar invites, and reminder notifications. You can also set up automated workflow triggers based on form submissions and integrate with your CRM system for seamless follow-up management.
Links
How to make a Microsoft Outlook custom form the default
How to Create an Organizational Forms Library in Exchange – 244591