Skip to content Skip to sidebar Skip to footer

How Do I Manipulate With Google Forms On Form View, Client Side

This code works just fine if I run it when Form Editor is opened: var ui = FormApp.getUi(); var response = ui.prompt('Getting to know you', 'May I know your name?', ui.Button

Solution 1:

Google Apps Script only runs on the Google Form editor, not on the Form View.

Similar answers by other members to similar questions:

Post a Comment for "How Do I Manipulate With Google Forms On Form View, Client Side"