I'm trying to find a way to:
- add answers in a Google Form based from a Google Sheet (DONE)
- add the answer of a dropdown based on a previous answer.. (I don't understand how do it)
- EDIT other solution that I'm thinking about is using the section to "jump" to a section with a specific dropdown populated with the correct data.. How can I do this?? :)
NB the dropdown are inside a Google Form (not created by code, but created using the designing tool of Google Form) Here my case:
| Area | Sub-area |
|---|---|
| A1 | SA1 |
| A1 | SA2 |
| A2 | SA3 |
| A3 | SA4 |
The first dropdown is populated with the date inside the column Area Based on the selected answer, let's say A1, the second dropdown should be populated with the elements of the column Sub-area that belongs to A1 Is it doable? If yes, how can I do it?
Thanks a lot!