Skip to content

Tag: modal-dialog

use an array from Google Sheets to create a data list in html that can be served to a Google Apps Script for Autocomplete a Text Input

I have been struggling for a couple days to build a simple interface for my colleagues to record every customer interaction. They will input the following: Name of Customer (Autocomplete feature, from a superset of all names in a column in the spreadsheet) Date of Interaction Summary of the Interaction Prospe…

Input value from HTML not passing to modal

I am trying to pass the reservation id from HTML to modal. In pictures, when I click “cancel” next to reservation: preview of the screen A modal appears and it should contain the id number of reservation: preview Modal pops up but without the reservation id number. Please, what’s wrong? I fo…