• Hello Petko! I am struggling with a form that doesn’t want to calculate the values of checkboxes. Besides checkboxes, there are some other elements that will be calculated without problems. Here is an example:

    [radio base-driver default:1 “895”]

    [checkbox pdf-searchable-format default:1 “495”]

    [select* custom-printer-name “1” “2” “3” “4” “5” “6” “7” “8” “9”]

    [calculate_button “Click here to calculate”]

    [calculation total “base-driver + pdf-searchable-format + custom-printer-name*295”]

    At the end, only “base-driver” and “custom-printer-name*295” will be calculated. If I change “checkbox” to “radio”: [radio pdf-searchable-format default:1 “495”], the value “495” will be added as well. Is there any trick that solves the problem? Will the PRO version solve it?

    The page I need help with: [log in to see the link]

  • The topic ‘Unable to calculate the values of checkboxes’ is closed to new replies.