0

I want to build a script which can allow user to call a form from a function that I added to my spreadsheet menu using addMenu("Menu_name", menuEntries) method.

How can I implement this "go to live form" from inside my function?

1 Answer 1

1

Simply create a small UI with a link to the form (like any other URL). And add this function in your menu.

See this post for the code to create the UI: Google Apps Script to open a URL

Sign up to request clarification or add additional context in comments.

2 Comments

It's not possible directly open the form? (whithout having to click in the link)
I'm afraid not, GAS can't redirect a user without user action, even in this google-service to google-service configuration... that's part of their policy I guess

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.