• Resolved sergeantash

    (@sergeantash)


    I have a pricing calculator to which I’ve added a checkbox field and 5 values. I basically want to show the end-user a price based on which checkbox values have been checked.

    Using a ‘Calculated Field’, how do I retrieve and add up the specific checkboxes ticked?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sergeantash

    (@sergeantash)

    Just add that I’ve inserted a numerical figure for the ‘Value’ of each checkbox so that I can use that as the price.

    Thread Starter sergeantash

    (@sergeantash)

    Actually, I’ve just found that the Checkbox object automatically returns the added up value of all checkboxes if you assign a numerical value to it – very cool!

    Plugin Author codepeople

    (@codepeople)

    Hello @sergeantash,

    Yes, you are right, using simply the field’s name the plugin evaluate the sum automatically. If you need each value by separated would be necessary insert different checkbox fields instead only one with multiple choices.

    Best regards.

    Thread Starter sergeantash

    (@sergeantash)

    Thanks, appreciate the help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Retrieve Checkbox Values?’ is closed to new replies.