sharepoint - How to allow user to only submit an infopath form without read/write access? -
i have infopath form built, how achieve following?
- user able access form via infopath form web part.
- user able fill out form , submit via web part.
- user cannot go site contents view result, neither own, nor others'
- user cannot view/edit results. submit data only.
is possible in sharepoint 2013? far closest use custom permission level allow user view not edit item. don't want them view result of others. should see form via web part , submit data there.
create custom event receiver on item added event. once item added break permission inheritance , assign permission admin only.
so user can submit data can't able see that
Comments
Post a Comment