Is there any way to restrict User Interface elements when interfaces are limited in permissions?

My organization has 80+ people that need to collaborate in inputing Monitoring information.

This happens in a set of pages that collect data in a number of tables.

What I am trying to do is for these users to input data on my grist document without being able to change the structure.

That I can already do with user permissions. If I set permissions in such a way that the user is not allowed to edit, or to change the structure

the thing is that leaving the structure editing widgets only confuses the users.

I would love if there is a way to hide column editing or widget editing from the user if they don’t have permissions to edit.

2 Likes

Today I learnt that I can add ?style=singlePage to a page to remove most of the editting places.
It removes too much in my opinion, but could be an approach.