Conditionally disabling the submit button is not working

  • lecapri
    Asked on January 30, 2021 at 10:31 AM

    It is not working on my form. Please help

  • John Support Team Lead
    Replied on January 30, 2021 at 6:41 PM

    As checked, you haven't created a condition to disable the SUBMIT button yet:

    1612048590 6015e8ce3e1bc  Screenshot 10

    To better illustrate, I have cloned the form and set it up this way:

    1.) I replaced the DATE PICKER widget with a regular DATE PICKER:

    1612049389 6015ebed7858a  Screenshot 21

    2.) Added a FORM CALCULATION widget to extract the selected date:

    1612049543 6015ec87bed93  Screenshot 32

    You can set this as HIDDEN so your users may not see it when they fill out the form.

    3.) Next, I added a PARAGRAPH field with the message "Pickup is available only Thursday to Sunday:

    1612049845 6015edb5992f3  Screenshot 43

    4.) And lastly, created the following conditions:

    Hide the other fields if the SELECTED DATE (form calc) contains MON,TUE, and WED

    1612049909 6015edf50f317  Screenshot 54

    SKIP TO the last PARAGRAPH field if the SELECTED DATE (form calc) contains MON,TUE, and WED

    1612049960 6015ee2877355  Screenshot 65

    GUIDE: how-to-skip-pages-using-conditional-logic

    DISABLE SUBMIT if the SELECTED DATE (form calc) contains MON,TUE, and WED

    1612050018 6015ee624d2eb  Screenshot 76

    And that's it! I have implemented this on a cloned form so you can try: https://form.jotform.com/210297129875969

    You can clone the form so you can inspect the conditions I created: how-to-clone-an-existing-form-from-a-url