Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    The way to obtain the result you need is very simple. For each radio button it is possible enter a label, and a value, use the same current labels, but the values: 30, 28 and 26, respectively.

    Finally, use the fieldname22 in your equation.

    Best regards.

    Thread Starter lena_k198

    (@lena_k198)

    Thank you for your response. I need to make sure that if one radio button is selected for example $30 rate all other options selected are multiplied by $30. How can I use each radio button option in the equation?

    I cant simply use fieldname22 because each radio button has a different value.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    That is just what you need to do. The values of different radio buttons would be: 30, 28 or 26; if you use the fieldname22 in your equation, for example:

    fieldname22*fieldnameX

    (the fieldnameX is a hypothetical name)

    depending of option selected in the fieldname22, the equation would be evaluated like:

    30*fieldnameX, 28*fieldnameX or 26*fieldnameX, respectively.

    Best regards.

    Thread Starter lena_k198

    (@lena_k198)

    This is great! thanks so much!!!

    Is there a way to disable all fields until the radio button is selected?

    Thread Starter lena_k198

    (@lena_k198)

    Actually I was able to solve my problem! Thank you very much for your help. Great plugin!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need formula!’ is closed to new replies.