Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    There is not precisely a “Calculated Fields Form” functionality, but you can use the following equation using jQuery:

    (function(){
    return jQuery(‘#fbuilder :checked’).length;
    })()

    Thread Starter Moiqc

    (@moiqc)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Number of boxes checked? (Checkboxes)’ is closed to new replies.