• Resolved onixdebian

    (@onixdebian)


    Hey!

    I set up a button field with OnClick event “EVALEQUATION”, it works just fine, but it also works even if some required fields are empty. Is there a way to check that all required fields are filled before calculation appears?

    The calculated field is set up with “Validate equation results” and “Do not evaluate dynamically” enabled

    URL: https://shorturl.at/kSTY7 Password (Senha): granito

    • This topic was modified 11 months, 3 weeks ago by onixdebian.

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

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

    (@codepeople)

    Hello @onixdebian

    Thank you very much for using our plugin.

    Please select the button field in the form and tick the “button” choice as its type. Finally, modify its onclick event as follows:

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

    Best regards.

    Thread Starter onixdebian

    (@onixdebian)

    It worked, thanks a lot!

    Another thing I was struggling with is the size of the slider, how can I increase the width of the slider field?

    Plugin Author codepeople

    (@codepeople)

    Hello @onixdebian,

    Please select the “large” option for the “Field Size” attribute in the field’s settings.

    Best regards.

    Thread Starter onixdebian

    (@onixdebian)

    @codepeople I feel so dumb, I thought it’s css as well.

    Thanks. Good plugin, if it works for marketing we will definitely buy a subscription.

    Plugin Author codepeople

    (@codepeople)

    Hello @onixdebian

    Thank you very much.

    Best regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fields validation’ is closed to new replies.