Question

I have a spreadsheet based application that uses javascript macros to update a database and email the results to users. I want system admins to be able to view the spreadsheet and perform update and mail tasks by calling macros, but I do not want them to be able to modify the spreadsheet directly.

I could give them view access to the spreadsheet and use a form to perform their tasks. However, the forms are public and one is warned not to use passwords in forms.

Was it helpful?

Solution

I suppose you are not using google apps with a domain but with generic email address in gmail.com (otherwise you should be able to control the name of the person who is answering the form).
The solution can be to build your form in google apps script so you'll retrieve named answers.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top