• Resolved benlashley80

    (@benlashley80)


    Hello, my form shows custom rates based on users age GROUP. there are generally 5 years of age in a group, ie: 31-35. you can see my form build below where I can use <30 for that group, but for 31-35 I had to use 5 different dependancies to open the correct feildset for that age group. Is there a way to customize the dependency to do this? ex: value>30 AND value<36? I tried that exactly and it didn’t seem to work. any help would be appreciated but I want this handled automatically based on users age input. Thank you

    Above is my application, the user is 45 so the feildset for age group 41-45 is open with its set parameters for pricing. Would like to accomplish this with 1 dependency instead of 5 dependancies for each age group.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author CodePeople2

    (@codepeople2)

    Hello @benlashley80

    Yes, you can. Please tick the “Edit rule manually” link (please look at your screenshot), and enter a valid JavaScript comparison structure:

    30<value && value<36

    Note the “AND” operator is the double ampersand symbol.

    Best regards.

    Thread Starter benlashley80

    (@benlashley80)

    Yep I do see how to edit manually, I was using “AND” thank you for your help!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Logic for dependancies?’ is closed to new replies.