• Resolved frederikbf1

    (@frederikbf1)


    In the beginning of my form the visitor has to pick one of more of 12 options. (Field 1)

    Nextly, he has to answer “how many” of each of the picked options (using conditional logic to make these show.
    (Field 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12)

    How do I make sure to calculate this properly in the total?

    (Field 1) * (Field 2) + (Field 1) * (Field 2) + etc. doesn’t work, as this multiplies all the answers in (field 1) with each next field.

    How do I solve this?

    https://ww.wp.xz.cn/plugins/ninja-forms/

Viewing 1 replies (of 1 total)
  • Thread Starter frederikbf1

    (@frederikbf1)

    I thought that I could maybe do something like this:

    (Field 1, answer A) * (Field 2) + (Field 1, answer B) * (Field 2) + etc.

    But the problem is I don’t know if I can – and how to – include values into the calculator.

Viewing 1 replies (of 1 total)

The topic ‘Using item values for calculations?’ is closed to new replies.