Couldn't find this as an existing topic but it seems quite an obvious question - so apologies if I missed it!
Does anyone know if you can provide specific access to an Umbraco User so that they can access Umbraco Forms and export data on particular forms but not have access to change any of the fields on a particular form - almost like a read-only setting?
I've tried this myself but it seems the user can either have access to everything or nothing at all.
Is there an installable Umbraco Package for this? I'd love to install it on my instance, but I do not have access to the Umbraco source code to implement via nuget or github. Thank you in advance.
Specific access for users for Umbraco Forms
Hi,
Couldn't find this as an existing topic but it seems quite an obvious question - so apologies if I missed it!
Does anyone know if you can provide specific access to an Umbraco User so that they can access Umbraco Forms and export data on particular forms but not have access to change any of the fields on a particular form - almost like a read-only setting?
I've tried this myself but it seems the user can either have access to everything or nothing at all.
I'm using Umbraco 7.9.2 and Umbraco Forms 7.0.0.
Thanks in advance,
Rick
I've implemented a copy of the entries viewer that allows this:
https://github.com/east-sussex-county-council/Escc.Umbraco.Forms/tree/master/Escc.Umbraco.Forms.BackOffice
https://www.nuget.org/packages/Escc.Umbraco.Forms.BackOffice/
I've also logged it in the issue tracker so please consider voting for it: http://issues.umbraco.org/issue/CON-1455
Is there an installable Umbraco Package for this? I'd love to install it on my instance, but I do not have access to the Umbraco source code to implement via nuget or github. Thank you in advance.
is working on a reply...