Say I’m asking for someone to list some of their favorite ice cream flavors. I want the user to be able to type in “va” and click “vanilla.” “Ch” and click “Chocolate.” and “Stra” and click “Strawberry.” Then, our database get’s populated with 1s for Vanilla, Chocolate, and Strawberry.
(The ranking doesn’t matter, we just need 1s and 0s).
The question we’re asking will have ~1,000 potential answers we want to auto-populate for the user’s ease of use and to avoid typos on entry.
Right now, the only workaround I have is to ask the same question multiple times. The answers are limited by the number of times I duplicate the question. I’ve duplicated the question five times...But what if the user has 20 answers? Then we run into a problem and miss out on important data.
Any help to un-limiting the answer choices? Is there such thing as “select multiple” on Typeform?