How can I create conditional loops/cycle in Typeform

  • OJ92
    Asked on June 13, 2017 at 4:00 AM

    How can I create conditional loops/cycle in Typeform Image 1 Screenshot 30

    A while ago we decided to use Jotform as typeform alternative. As You guys see, I would like to bild a first form, where the user will be asked, "how many people will use samedi?"

    Depending on this answer, I woul like to repeat the next form depending on the answer given. 

    So if someone answers "6" the next form should be show six times in a row...

     

    How can I create conditional loops/cycle in Typeform Image 2 Screenshot 41

     

    thx for your help =)

     

     

     

     

  • WilliamR
    Replied on June 13, 2017 at 4:27 AM

    Hi,

    I am afraid we don't have that kind of condition yet. However, I would recommend using the following widgets instead.

    http://widgets.jotform.com/widget/dynamic_textbox

    http://widgets.jotform.com/widget/configurable_list

    In this way, you can add more fields on it. Hope that helps. Let me know if you need further assistance.

    Thanks

  • OJ92
    Replied on June 13, 2017 at 4:59 AM

    Hi william, 

    Thx for your quick respond =) So since this was my previous solution, I would like to know now, how to improve the visual apearance of the configurable list?

    I would like to build the spaces between each column individualy. So it doesnt look smashed...How can I create conditional loops/cycle in Typeform Image 1 Screenshot 20

  • Elton Support Team Lead
    Replied on June 13, 2017 at 6:16 AM

    Inject this CSS code inside the config list widget settings under Custom CSS tab. This should add spacing between the columns.

    td {

        padding-right: 20px;

    }

    How can I create conditional loops/cycle in Typeform Image 1 Screenshot 30

    Feel free to adjust the 20px value to your preference.

    Result with 20px

    How can I create conditional loops/cycle in Typeform Image 2 Screenshot 41