A web-based tool in Microsoft 365 that enables users to quickly create surveys, quizzes, polls, and feedback forms.
To ensure that you receive email notifications for submissions in Microsoft Forms, follow these steps:
- Check Form Settings: Open your form, click on the ellipsis button (...) in the upper-right corner, select Settings, and make sure that the Get email notification of each response checkbox is selected.
- Group Email Settings: If your form is part of a group, ensure that the group settings allow email notifications. You can check this by signing into Forms, selecting My groups, and then the group associated with your form. From there, check the group email settings in Outlook on the web to ensure that options like Let people outside the organization email the groups and Members will receive all group conversations and events are enabled.
- Exchange Online Settings: If the group was created in Microsoft Teams, the setting
HiddenFromExchangeClientsEnabledmight be set to True, which can prevent email notifications. You can check this setting using Exchange Online PowerShell. If it is set to True, you can change it to False using the command:Set-UnifiedGroup -Identity "<groupname>" -HiddenFromExchangeClientsEnabled:$False - Power Automate: If you want more control over notifications, consider using Power Automate to create a flow that sends an email when a new response is submitted. You can set this up by using templates available in Power Automate.
- Test Again: After making these changes, test the form again to see if you receive the notifications as expected.
If you continue to experience issues, it may be beneficial to check for any known limitations or issues with Microsoft Forms that could be affecting the notifications.
References: