"Other Option" label the text of the previous option.

  • TRYPO
    Asked on July 2, 2017 at 10:11 AM

    The problem occurs when I use a Multiple Choice item in a jotform, and after listing a few options, I end with "Other Option."  The label "other option" appears in Preview to overlap the label of the previous option making the previous option unreadable. Is there a way to eliminate the text label "other option" since I can always say that within the Other field, since that text is changeable in settings?

     

     

    Jotform Thread 1189466 Screenshot
  • Jan
    Replied on July 2, 2017 at 1:44 PM

    Please delete this injected CSS code in your form:

    .form-radio-item label, .form-checkbox-item label {
       display : block !important;
       margin-left : 19px;
       margin-top : -17px;
    }

    Other Option label the text of the previous option Screenshot 30

    The form should look like this after deleting it:

    Other Option label the text of the previous option Screenshot 41

    Related Guide: How-to-Inject-Custom-CSS-Codes

    Hope that helps. Thank you.