• Resolved robertburik

    (@robertburik)


    I like logic jumps, but i ran into an interesting situation where i had to duplicate section many times, and it ended up in a post processing nightmare.

    Use case:

    In the first section, the question has 3 checkboxes: A, B, C
    The next 3 sections (2,3,4) should only show up individually, if the corresponding checkbox is NOT ticked.

    Example:
    If checkbox A is ticked, only sections 3 and 4 should show up in order.
    If checkbox B is ticked, only sections 2 and 4 should show up in order.
    If checkbox B and C is ticked, only section 2 should show up.
    If all checkboxes are ticked, no sections should show up.
    And so on…

    Do you think there could be some sort of “conditional show” set up per section which could be used to achieve this?
    The logic jumps are fine, but i ended up with 3 copies of section 2 to mitigate every possible outcome, which made it impossible to properly analyse submissions.

    I would love to be able to keep a single copy of the sections but make them only show if a certain previous answer was selected.

    Thank you in advance!

Viewing 1 replies (of 1 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @robertburik,

    Thank you for the topic.

    The only problem that holds you back from achieving your desired result is that you have 1 Section 2.
    You need to have the 5th section for the following part:
    If checkbox B and C is ticked, only section 2 should show up.

    If the user chooses both the B and C answer options, you need to redirect him/her to Section 5.

    See the screenshots below as one example:

    By the way, as the feature is available only in the Pro version of the plugin, please contact us via this form for premium support. Our customer care specialists will always be happy to help you.

    Commercial products are not supported in these forums.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Logic jump vs Conditional show’ is closed to new replies.