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

    (@codepeople)

    Hi,

    In this case you can insert a button at the end of the survey, with “Calculate” as the type of button, and a calculated field with the following equation:

    (function(){
    return jQuery('.fields input[type="radio"][value="Yes"]:checked').length;
    })()

    and that’s all.

    The previous equation requires that the value of the affirmative answers is: Yes

    Best regards

Viewing 1 replies (of 1 total)
  • The topic ‘Count values’ is closed to new replies.