form-to-google-sheets
form-to-google-sheets copied to clipboard
Store HTML form submissions in Google Sheets.
Hi it seems (though im new to google scripting) that you should be able to specify the sheetname in the form (via a hidden input field) and the write the...
I have this script working and receiving multiple different fields from a form and populating the table correctly, but only if the **Sheet** is named "Sheet1" and the **sheetName** variable...
Hi, I tried to use your script but it didn't work straight away. The issue was coming from this line ```javascript sheet.getRange(nextRow, 1, 1, newRow.length).setValues([newRow]) ``` I think it's because...
How's it going? Thanks for building this. I'm following your set up but when I submit my form, I see a new row and the `timestamp` column gets filled by...
Hi, i follow the step by stap but, when i submit the form i recived success status 200 but data does not show on google sheet. Can you help me?...
added the problem of checkboxes note and also answered the same in issue
When running I found that `intialSetup()` was not being called, maybe due to a missed step by me? For this reason I removed it and simply assigned the spreadsheet id...
Is there a way to check to see if an email already exists in the sheet? If so it throws an error? Thanks
Is it possible to attach files ?