From 781b1a95bf042dc64cc0fef30d33f6029d23e088 Mon Sep 17 00:00:00 2001 From: AshwinBalaji Date: Tue, 22 Sep 2020 01:11:11 +0530 Subject: [PATCH] added instructions for checkbox added the problem of checkboxes note and also answered the same in issue --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a5438d..9db50b9 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,8 @@ Then create new headers with the exact, case-sensitive `name` values: |---|:---------:|:-----:|:---------:|:--------:|:---:| | 1 | timestamp | email | firstName | lastName | | +> Note: If you are using checkboxes for your forms, then have unique `name` for every checkbox option and add these unique names to the sheet to collect all responses! + ## 8. Related Polyfills Some of this stuff is not yet fully supported by browsers or doesn't work on older ones. Here are some polyfill options to use for better support.