I am having a problem with a single choice question on Jotform.

  • Caleb_Smith12
    Asked on November 8, 2021 at 10:11 AM

    I have a Jotform in which I have added a single choice question. Some people are able to see that they have made a choice on the radio button, others are not. How do I fix this?

    Jotform Thread 3492608 Screenshot
  • Marco JotForm Support
    Replied on November 8, 2021 at 10:44 AM

    Hello there,

    Thanks for reaching out to us.


    On a white background color, it's impossible to see the selection.

    Please, inject this code into your form to make sure the user choices are visible:

    .form-checkbox+label:before, .form-checkbox+span:before, .form-radio+label:before, .form-radio+span:before{
          background-color: transparent;
    }


    Let us know if you need any further assistance,

    Regards