Forum Discussion

Dave_Lee's avatar
Dave_Lee
Brass Contributor
Jun 11, 2019
Solved

Allow only selected users in my organisation to fill out a Form?

New Forms user here. I don't think this possible but wanted to ask before submitting an idea.

Is it possible to restrict the filling out of a Form to only certain, selected people within our organisation? Ideally we would be able to select predefined groups (from AD).

For example, if I'm sending out a Form with sensitive information, I don't want everyone within the organisation to be able to see it. At the moment, anyone who is able to get hold of the link can submit a response.

  • A better option here would be to utilize powerapps to build your form, and or utilize SharePoint list form. You can manage permissions to individuals that way with either option and there is even a hybrid method, but if forms is good enough then a basic SharePoint list, with custom permissions would work. You could take it furthur and turn on list item settings to view only their own items in advanced list setitngs so that only the site/list owner (designer) can see the submissions, but the users will only see their own.

13 Replies

  • Nick_Ellis's avatar
    Nick_Ellis
    Brass Contributor

    Dave_Lee What you could do is have Power Automate delete any non-compliant submissions, and make clear at the top of the form that this will happen.

      • Nick_Ellis's avatar
        Nick_Ellis
        Brass Contributor
        Hi Ian, sorry it's been so long!
        I think the first thing I would do is create a security group of people allowed to complete the form. Then, in Power Automate, create an automated flow that fires on form submission. Use the Office 365 Groups connector to determine if the new row 'Submitter' value is someone in the group. If it is, do nothing. If it's not, use the Forms connector to delete the row.
        The 'making it clear at the top' is just text in the Description field in Forms.
  • Friyank's avatar
    Friyank
    Copper Contributor

    Dave_Lee This blog will help you and others who are looking for this feature  

    https://wordpress.com/block-editor/post/coderscollection.wordpress.com/1683 

  • kotkaste's avatar
    kotkaste
    Copper Contributor

    What about using Teams? Create your team with respondents and add Microsoft Forms application to your team?

    • Dave_Lee's avatar
      Dave_Lee
      Brass Contributor

      Hi kotkaste

       

      It's a good call, but we're not using Teams as it still doesn't have all the features we need to move away from Skype, which is a whole different thread!

    • Dave_Lee's avatar
      Dave_Lee
      Brass Contributor

      ChrisHoardMVP Thank you. I feared this would be the answer. I've voted for this and added my voice.

       

      If the Forms or O365 devs are reading this:

      /rant

      Forms, along with Streams, along with many other O365 apps are just not ready. They feel rushed, unfinished, not integrated and have basic features missing. I'm so far disappointed by our journey into O365 and Forms is another frustrating and lacking experience.

       

      Development progress is slow. The most requested features are being ingnored or are far too slow to in being delivered.


      /endrant

      • A better option here would be to utilize powerapps to build your form, and or utilize SharePoint list form. You can manage permissions to individuals that way with either option and there is even a hybrid method, but if forms is good enough then a basic SharePoint list, with custom permissions would work. You could take it furthur and turn on list item settings to view only their own items in advanced list setitngs so that only the site/list owner (designer) can see the submissions, but the users will only see their own.

Resources