Answered

Logic building

  • 2 March 2023
  • 1 reply
  • 21 views

In my typeform I am trying to collect data about how many apartment units are available and then if the answer is say (7), then I would like the Lease start dates and Lease end dates for those seven units. Is it possible to do this? And if so, how?

icon

Best answer by jeremielp 2 March 2023, 23:31

View original

1 reply

Userlevel 5
Badge +5

Typeform has no loop to repeat the same questions several times.

 

What you could do is to duplicate the questions for each unit. For example, if you expect that the max number of apartment will be 10, you duplicate 10 times the questions per apartment.

You start by asking how many apartments and you store that in a variable apt_number.

Then, at the end of each set of question, you check the value of the variable apt_number. If it equal to the current apartment question. you move to the end screen, else you show the questions for the next apartment.

Reply