• Hello again,

    Sorry to keep asking lots of questions, but once I have the main setup done, I will be good to go…so thank you for your patience.

    Is there a way with the current version, or possibly with your upgraded version to count entries in a “Multiselect Checkbox” – so for example, if the multiselect was as follows:

    Car Design:

    – Leather seats: Checked
    – Alloy wheels: Checked
    – Metallic paint: Unchecked
    – Satnav: Unchecked
    – Diesel: Checked

    So in this case all the “Checked” items would equate to 1 and all the “Unchecked” items would equate to 0, which means the total would equal 3 in the above example.

    Thank you

Viewing 4 replies - 91 through 94 (of 94 total)
  • Plugin Author xnau webdesign

    (@xnau)

    That code only applies to signup form submissions, not updates.

    Thanks for being patient!

    So I had calculations.php write the values for:
    template ->calc_body – looks great
    replacement data – looks great
    calc_list – nope, that’s what’s in the database

    So I went back to the custom_calc_field.php, the replacement value there looks good too. So maybe my problem is instead of using $record_data for all the calculations, I just need to use $replacement_data for them. What do you think?

    • This reply was modified 2 years, 8 months ago by crowwoods1.

    Yay!!!! It worked.

    Plugin Author xnau webdesign

    (@xnau)

    glad to hear it, yes, that makes sense.

Viewing 4 replies - 91 through 94 (of 94 total)
  • The topic ‘Numeric Calculation’ is closed to new replies.