Single choice question - can't choose answer

  • RussellLibrary
    Asked on June 22, 2021 at 3:52 PM

    Hi there,

    I used a template to create my form. I inserted a single choice question in the form. When I try to fill in the form, I can't choose any of the two options. Is there something I'm missing?

    Thanks,

    Isabelle

    Account: RussellLibrary

  • roneet
    Replied on June 22, 2021 at 11:08 PM

    Hello Isabelle,

    Please inject this CSS on your form:

    .form-radio-item:not(#foo) input:checked + label::after {

    background-color: black!important;

    }

    Guide: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Let us know how it goes.

    Thanks.


  • RussellLibrary
    Replied on June 23, 2021 at 10:22 AM

    It worked!

    Thank you :)