• Resolved oli89

    (@oli89)


    Hello Calculated Fields Form,
    thanks very much for your really great plugin.
    I currently try to create a special calculator on my sub-domain for testing (the password for the access to the sub-page is 123).
    The most things looks really nice, but there is only one point on which I can’t find the right solution.

    After the visitor have select the fields they should see 2 things:
    1. The calculated qm as Number (this is working good)
    2. The suggest product: Here it will be great to see only 1 HTML content field (there are 3 different available) as follow:
    -If not all fields are select there should be no suggest product.
    -If the solution of the calculation is between 0,1 and 1,49 there should be HTML content field 1 visible
    -If the solution of the calculation is between 1,5 and 2,99 there should be HTML content field 2 visible
    -If the solution of the calculation is 3 or bigger there should be content field 3 visible

    Can you please tell me which rules I have to insert in the Define dependencies?

    best regards
    Oli

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @oli89

    You should select the “Edit rule manually” option, and then you can enter the following dependency rules:

    0<value && value<=1.49

    For the second dependency rule:

    1.49<value && value<=2.99

    And the rule for the third dependency rule:

    2.99<value

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Parameters for Dependencies Fields’ is closed to new replies.