Keep Getting Incomplete Values Message

  • charissarenees
    Asked on December 18, 2020 at 10:07 PM

    1608347240 5fdd6e68d632d Screen Shot 202 Screenshot 10ng 1608347237 5fdd6e65cfd13 Screen Shot 202 Screenshot 21keep getting this message and we do not know why. all selections have been made


  • Vanessa_T
    Replied on December 18, 2020 at 11:01 PM

    I see you are using Single Choice fields however, you haven't added any option hence your choices are considered empty.

    1608350465 5fdd7b01cf7d5 02541 Screenshot 10

    Kindly add a text to your options or use the T&C widget for these cases.

    Adding-a-License-Agreement-to-a-Form

  • charissarenees
    Replied on December 18, 2020 at 11:22 PM
    Yes but we don’t need an option. Just fir the client to deject they have
    read it. Is it so this we did wrong ?
    ...
  • charissarenees
    Replied on December 18, 2020 at 11:33 PM
    What is the t&c widget ?
    ...
  • Vanessa_T
    Replied on December 19, 2020 at 12:54 AM

    Yes, I understand that you simply want users to agree, and we have appropriate fields just for that which includes the T&C or Terms & Conditions widget.

    https://www.jotform.com/widgets/terms-and-condition

    However, you are currently using a Single Choice field that requires a selection among its options and there is no option. If you wish to continue using the Single Choice field, then please add an option.

    Then to avoid confusion to users, you can hide the question label by adding the CSS below:

    li[data-type="control_radio"] > label {
    display: none;
    }

    How-to-Inject-Custom-CSS-Codes