The single choice options are not showing up in the form

  • Diosadelcarmen123
    Asked on September 1, 2019 at 9:20 AM

    Please look at the screen shot.

    Text does not show...
    Some text is smaller than other..

    Jotform Thread 1947834 Screenshot
  • Welvin Support Team Lead
    Replied on September 1, 2019 at 10:31 AM

    The options are not showing up because you have injected the below custom CSS codes that hide them:

    .form-radio-item label {

        width: 780px;

        display: none;

    }

    I've fixed this for you. 

    The sub-labels are also designed to be smaller than the field options or labels. If you want the sub-labels to have the same size, you can inject the below custom CSS codes in the form:

    .form-sub-label {

        font-size: 14px !important;

    }

    Guide to inject: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes