Using calculations with conditional rules in form

  • salamone
    Asked on November 19, 2019 at 3:04 PM
    1. I want the form to submit ONLY when the Total Bottles is a multiple of 6. That means there needs to be a condition to say to Hide the Submit button when the calculation is not met but I can’t see how to do this.
    2. When the submit button is hidden, I want the form message to say that orders must be submitted in multiples of 6. I can’t see how to do this.
  • Mike
    Replied on November 19, 2019 at 3:12 PM

    I have updated the calculations in your form:

    Using calculations with conditional rules in form Image 1 Screenshot 50

    Using calculations with conditional rules in form Image 2 Screenshot 61

    The Submit button is being hidden based on the following condition:

    Using calculations with conditional rules in form Image 3 Screenshot 72

    Currently, the following Text element is always displayed in the form. If you would like to display this or another element based on a condition, this is also possible.

    Using calculations with conditional rules in form Image 4 Screenshot 83

  • Mike
    Replied on November 19, 2019 at 3:14 PM