• Resolved testowekonto123

    (@testowekonto123)


    Hello,

    how can i block calculate button when fields are empty? I want to make button clickable only when all fields are filled with data.

    Best regards

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

    (@codepeople)

    Hello @testowekonto123

    If you are referring to the calculate button, you want the equations to be evaluated only when the required fields are filled, please, follow the steps below:

    1. Select the button in the form, and tick the “button” option as its type.

    2. Enter the following piece of code as its onclick event:

    if(jQuery(this.form).valid()) EVALEQUATIONS(this.form);

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Dont calculate when empty’ is closed to new replies.