form-to-google-sheets icon indicating copy to clipboard operation
form-to-google-sheets copied to clipboard

Store HTML form submissions in Google Sheets.

Results 56 form-to-google-sheets issues
Sort by recently updated
recently updated
newest added

This code working when I use `'Sheet1'` as `sheetName`, but not working on any other `sheetName`, even as simple as `'Sheet2'` is not working. ``` // working var sheetName =...

Hi, First of all, thanks for this, it works very well as long as i don't put multiple forms on a single page. Do you know how i can manage...

when I submit a text it doesn't show anything at the spreadsheet at all how?

Hi Jamie, it's best to sanitise the data submitted to Google Sheets by removing any "=" characters. Right now anyone using your code is at risk of all their Sheet's...

Hi, so i made a spreadsheet for my account system yet when i tested it, no data was added to the sheet and when i looked at the run history...

Can able to convert excel into web app with EASA software , Spreadsheetconvert and Appizy ..But cannot able convert google sheets into web app ....... Pleases How to help me...

Hi everyone! I'm very new to programming so please forgive me if this obvious, but how do I get all checked boxes to show up on the sheet if I...

Your solution seems to not work when a form has multiple elements with same name. Can you add a step that concatenates values from the same 'name' elements somehow?