Questions tagged as 'google-apps-script-html-service'

2
answers

Log in and send data with GAS

I am working with a code that should validate a user and open a form with filtered data for that user. To open the form after validating, use a dynamic method that was published here and works well for me: var rutaWeb = ScriptApp.getService()....
asked by 15.03.2018 / 06:05
3
answers

How to show another page in google apps script?

I have little experience using GAS HtmlService, I managed to run some js on the page that I started, but I want you to stop showing the first page and that when you consume a new page, show it to me with the parameters that you sent to a functio...
asked by 06.04.2017 / 16:30
0
answers

Copy Phone complete with country code with extension intl-tel-input [closed]

I have a problem using the extension intl-tel-input ( link ) Start the CDN: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.5/css/intlTelInput.css"> <script src="https://cdnjs.cloudflare.c...
asked by 06.12.2017 / 16:44
1
answer

Capture data in Spreadsheet using button onclick and redirect to another page with button onclick "Appscript"

I am currently trying to capture information in a spreadsheet with button onclick but it has not been possible to generate the following error:    Uncaught ReferenceError: is not defined at HTMLButtonElement.onclick Addition...
asked by 02.03.2018 / 14:25