0
votes

I have a infopath form already built, how do I achieve the following?

  • user is able to access the form via infopath form web part.
  • user is able to fill out the form and submit via the web part.
  • user cannot go to Site Contents to even view the result, neither their own, nor others'
  • user cannot view/edit any results. Submit data only.

Is this possible in SharePoint 2013? So far the closest I could get to is use custom permission level to allow user to only view but not edit item. But I don't want them to even view the result of others. They should only see the form via the web part and submit data there.

2

2 Answers

1
votes

Create custom Event receiver on item added event. once the item added just break the permission inheritance and assign the permission for admin only.

So now user can submit the data but they can't able to see that

0
votes

I think it is possible to submit the form data to another site by web services.