• Resolved metusalem

    (@metusalem)


    Hi, I need help with this:

    If you click “Yes” on a radiobutton, then I want to add a value to the result. This number/value is the result of 4,5 multiplied with a number from a field in the form.

    If you click “No” – no value will be added.

    How to do this correct? Thanks a lot for help!

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

    (@codepeople2)

    Hello @metusalem

    Thank you very much for using our plugin. I’ll describe the process with a hypothetical example.

    Assuming you have a calculated field in the form whose equation is fieldname1+fieldname2, and the radio button fieldname3 with the choices’ values: Yes and No. If the user selects the Yes option you want to sum the fieldname4 value to the result.

    In this hypothetical example, you can edit the equation as follows:

    fiedname1+fieldname2+IF(fieldname3 == 'Yes', fieldname4, 0)

    Best regards.

    Thread Starter metusalem

    (@metusalem)

    Thanks a lot, you are the best!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.