Can we setup conditions based on multiple if statements (all should be true)? ANSWERED

  • AA_C
    Asked on December 14, 2015 at 11:00 AM

    I am using a "Full Name" block for lastname and member number. Is it possible to hide the "Members Options" field until an entry is made in both input fields of the "Nom de famille / No d'adhésion" field.? Right now it appears as soon as any value is entered in to any input field.

     

    for form:

    formID=53464905175965#

  • Mike
    Replied on December 14, 2015 at 11:18 AM

    Unfortunately, this is not possible since the Full Name field inputs are considered as a single entry field.

    You may consider using separate Text Box fields instead of the Full Name field.

    Can we setup conditions based on multiple if statements (all should be true)? ANSWERED Image 1 Screenshot 30

    Then, you will be able to use ALL option in your condition.

    Can we setup conditions based on multiple if statements (all should be true)? ANSWERED Image 2 Screenshot 41

    It will also allow you to set more flexible validation rules.

  • AA_C
    Replied on December 14, 2015 at 11:28 AM

    This what I thought, Thank you

    So I did this no my forms.

    Can we setup conditions based on multiple if statements (all should be true)? ANSWERED Image 1 Screenshot 20

    Robert