Relative Content

Tag Archive for google-sheetsgoogle-apps-scriptgoogle-forms

Prefilled Google Form always adds 4 hours to the datetime object

I have a script that creates a prefilled form link for users to edit. There is a datetime question in that form that, no matter what I do, always seems to assume I’m in the UTC time zone instead of New York/UTC-4, as it’s adding 4 hours to the prefilled datetime object. e.g., when the prefilled form is accessed, the datetime question is always 4 hours later than the actual input being supplied.

Prefilled Google Form always adds 4 hours to datetime object

I have a script that creates a prefilled form link for users to edit. There is a datetime question in that form that, no matter what I do, always seems to assume I’m in the UTC time zone instead of New York/UTC-4, as it’s adding 4 hours to the prefilled datetime object. e.g., when the prefilled form is accessed, the datetime question is always 4 hours later than the actual input being supplied.

not able to display remaining units in google form when i choose a SKU from dropdown

i have a sheet attached to my google form. In my inventory sheet tab i have some sku and their quantity.I have a form attached to it. So whenever i or someone will choose a SKU in form from dropdown choices ,Google Form to display the remaining units for each SKU. When users open the form, they will see each SKU listed with the corresponding remaining units.
I have written a script but it is not showing anything.Anyone please help me out to do this.

Google Forms with Google Sheets using GAS

We are using Google forms for an event registration. The form is linked to a Google sheet which uses the following script to achieve certain functions, one of which, is to do an HTTP post when something changes:

Form linked Spreadsheet Server Error with Too many Columns from Form Questions

I have google forms that are linked to a spreadsheet. Every night, the questions on the forms have been resetting and creating new ones. Unfortunately, I have run into a server error on the spreadsheet because it reached the limit on the number of columns. Each form question including the deleted ones are linked to a column. Is there any way I can salvage this form data? The data with too many columns is linked to the form so even if I link the forms to a new spreadsheet, it has the same server error issue.