Complicated logic not working properly in the form.

  • Premier1events
    Asked on January 14, 2019 at 3:17 PM

    See attachment below,  Once I choose both boys and girls teams under team gender it confuses the logic I have for opening up number of teams 1- 5


    Please help


    thank you

  • Nik_C
    Replied on January 14, 2019 at 5:16 PM

    I checked your form.

    The only conditional logic I see for both groups is:

    1547504123Screen Shot 2019 01 14 at 11 Screenshot 10

    And it is doing that on preview:

    1547504165Screen Shot 2019 01 14 at 11 Screenshot 21

    How would you like to have that option working?

    If you could please explain the workflow better so we can assist you.

    Thank you!

  • Premier1events
    Replied on January 14, 2019 at 5:44 PM

    Hi,

     
    Thank you for responding,  yes the logic that you displayed is correct but we have logic setup now that if "how many girls teams registered is 2,  then hide XXX,   If we hide XXX then when the boys teams select the number of teams, it will conflict with the number of girls teams being displayed.   
     
    Please let me know if you understand what I am referring to
     
    Thank you
  • roneet
    Replied on January 14, 2019 at 10:08 PM

    Allow me some time to check this. I'll get back to you.

    Thanks.

  • Premier1events
    Replied on January 15, 2019 at 12:27 PM

    Thank you, lok forward to your answer

  • Premier1events
    Replied on January 16, 2019 at 3:09 PM

    Hi,

    Has anyone had luck with this logic issue, I havent heard back from the Roneet



    Thank you




  • roneet
    Replied on January 20, 2019 at 11:25 AM

    Apologies for replying late, I investigated the issue on a cloned version of the form. The problem is not with the conditions but with the number of fields you have in the form.

    If I have understood the issue well then you want to register a maximum of five teams per gender i.e.

    1. If Girls team is selected in the Team Gender selection then we can register a maximum of five teams(girls only), five checkboxes are present.

    2. If Boys team is selected in the Team Gender selection then we can register a maximum of five teams(Boys only), five checkboxes are present.

    3. But, if  Boys teams & Girls teams & is selected then 10 checkboxes appear in the form ( 5 Boys Team and 5 Girls team) that means a user can register a maximum of 10 teams but your form has only 5 groups of team formation fields. Hence, when you select anything in the boy or girl team checkbox only the last selection's condition is working.

    You need to add 10 team formation fields and then display independently i.e. 5 for Boys and 5 for Girls. 

    1548001910jkk Screenshot 10

    Let us know if you need more assistance.