survey format minimum questions

  • rgannon
    Asked on June 25, 2018 at 10:37 AM

    When using the level survey format, can you put a minimum of 10 questions must be answered or not valid?

  • Elton Support Team Lead
    Replied on June 25, 2018 at 12:10 PM

    There's no specific feature for that but there is a workaround. 

    1. First, you need to add 1 textbox per question. This is used to identify if the field is filled by creating a condition. So if the field is filled, we need to insert 1 into its corresponding textbox.

    Here's an example:

    survey format minimum questions Image 1 Screenshot 60

    The condition goes like this:

    survey format minimum questions Image 2 Screenshot 71

    survey format minimum questions Image 3 Screenshot 82

    2. After that, use Form Calculation Widget to get the total number of the filled fields.

    survey format minimum questions Image 4 Screenshot 93

    3. Last is to create a show/hide condition that if the total filled is less than 10 (in my example it's 3) then hide the submit button and show a text message.

    survey format minimum questions Image 5 Screenshot 104

    Demo: https://form.jotform.com/81747623494971

    Feel free to clone this form so you can inspect it.