Incomplete Values error message is displayed after form is submitted.

  • KKHJerusalem
    Asked on January 7, 2020 at 11:29 AM

    I get an error on submit with the message "Incomplete Values".

    Upon rechecking the form. Everything looks complete.

    TIA

    Ricky



    Jotform Thread 2103809 Screenshot
  • Ashwin JotForm Support
    Replied on January 7, 2020 at 2:26 PM

    I did test your form and I am able to replicate the issue you are having. The issue is caused because you have not added any option in multiple choice question "מאשר/ת". Please check the screenshot below:

    1578424927multipleChoice Screenshot 10

    You seems to have just added question label without any options. Please note that required multiple choice question should always have option and if not added, it will trigger validation error after you submit form. 

    If you do not want to display any option in form, I would suggest you to please add "1" as option and then inject the following custom css code to hide it:

    label#label_input_81_0 {

        display: none !important;

    }

    Please check the screenshot below:

    1578425146multiplChoiceQ Screenshot 21

    Hope this helps.

    Do try it out and get back to us if you have any questions.

  • KKHJerusalem
    Replied on January 7, 2020 at 2:51 PM

    Thank you. I'll check it out tomorrow. 

  • KKHJerusalem
    Replied on January 8, 2020 at 2:08 AM

    It works great!!! Thank you.