[ad_1]
Hello @lowercas3
Thank you very much for using our plugin.
You can use conditional operations or conditional statements in the equation to evaluate a mathematical operation or another based on the radio button choice selected. For example, assuming the radio buttons field fieldname4 has the choices’ values 1 and 2, respectively.
In this hypothetical use case, the equation can be implemented as follows:
IF(fieldname4 == 1, fieldname1 + fieldname2, fieldname1 * fieldname2)Best regards.
