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

    (@codepeople)

    Hello @xdeveloper1985

    Thank you very much for using our plugin.

    Yes, that’s possible and very easy to implement.

    * Enter the numbers as the choices’ values in the radio buttons fields.
    * Insert a calculated field that sum the radio buttons fields.

    Assuming the names of the radio buttons fields are fieldname1, fieldname2, fieldname3, and fieldname4. The equation in the calculated field would be:

    SUM(fieldname1, fieldname2, fieldname3, fieldname4)

    And that’s all.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Is it possible to develop Radio Button Sum Calculator’ is closed to new replies.