Reputation: 141
I spent much time to search solution, but could not find any results even add-on, or script examples. How to make google form be Repeatable on section to add more answers
Thanks for any help
Upvotes: 8
Views: 29552
Reputation: 1
There is a much better way to do this. I found out how to iterate through a section and collect every response from each iteration. This is done without add-ins, without App Script, and it is native to Google Forms.
Here is how it works.
Create 2 Google Forms. The first form(Form A) includes all of the non-repeating items. The second form(Form B) only includes the repeating items. Form A is shared normally and somewhere within this form is a link to Form B. Form A includes instructions for the user to use the link as many times as needed. I use a code entry in both forms so that I can associated the responses from both forms. For the responses, I have both forms directed to the same Google Sheet(different tabs).
Upvotes: 0
Reputation: 51
I accomplished what I needed using the conditional questions. When they get to the end of the section I built, I have a question asking if they have another response. If they say No it goes to submit. If they say Yes it takes them back to a copy of that section. I just duplicated the section about a dozen times (you could do more if you anticipate more but that's all I needed) and if they answer yes then they could repeat that section up to the 12 times. It only showed as one response on the results, but when I go to the Sheets it has them all listed out separately just like I wanted.
Upvotes: 5
Reputation: 328
You can set it so that the people who are using your form can submit more than one response and/or edit a response. This is the closest you can get to the desired result using Google Forms.
Upvotes: 1