Logic building | Community
Skip to main content
Answered

Logic building

  • March 2, 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?

Best answer by jeremielp

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.

View original

1 reply

Forum|alt.badge.img+5
  • Community Wizard
  • 127 replies
  • Answer
  • March 2, 2023

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