I have a simple GAS form that I want to be mobile friendly. Here is what it looks like:
https://script.google.com/macros/s/AKfycbxn6ZasFshHZ6AR0TQzPCv0CUtVNBVbWLSwt1fbOtnc/dev
Q1- I'd like the form to scale automatically to fit the (mobile) screen. It was built using the GUI Editor. The textboxes are set to scale as a % of width and height.
I don't know HTML5, but it seems that is the way to go for mobile formatting. Can you integrate HTML5 into the code that the GUI editor uses? Do you have any other formatting suggestions within GUI Editor?
Q2 - Rather than putting text in the textbox, I want it to be placeholder text that disappears when the box is selected. Is this possible?
Thanks, Nathan