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

    (@codepeople)

    Hi,

    Our plugin does not includes a meter tag, but you can use it in a very easy way. Please, follow the steps below:

    1. Insert an “Instruct. Text” field in the form, and paste in the attribute: “Instructions for users” the following tag:

    <meter id=”mymeter” min=”0″ max=”100″ value=”0″ style=”width:100%;”></meter>

    2. Finally, use the following equation in in your calculated field:

    (function(){
    jQuery(‘#mymeter’).attr(‘value’, 50 );
    })()

    In the previous equation, replace the number 50 by the mathematical operation that calculate the final value in your current equation.

    That’s all.
    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Add meter to calculation’ is closed to new replies.