Display single choice element

  • plekkey
    Asked on March 28, 2017 at 5:25 AM

    If I add the form element ‘single choice’ and I choose ‘ON’ at ‘display other option’ (properties), the text ‘other option’ is dispayed in my form. And this is displayed through the previous option. See screendump. I don’t want to see the text ‘other option’. And if it is not possible to remove this, than I don’t want the text through each other. How can I do this?

    Jotform Thread 1104099 Screenshot
  • Nik_C
    Replied on March 28, 2017 at 6:56 AM

    I will have to check this a bit more since I can not find any suitable CSS that will hide that label or move it accordingly.

    I will get back to you as soon as possible regarding this thread.

    Thank you!

  • Nik_C
    Replied on March 29, 2017 at 3:06 AM

    Thank you for your patience.

    I was able to fix your checkbox field. I adjusted this CSS in your form:

    Display single choice element Image 1 Screenshot 20

    I removed the first line and changed the second to 6px.

    And added this CSS:

    input#input_58_0 {

        margin-top: 7px;

    }

    input#input_58_1 {

        margin-top: 7px;

    }

    Let us know if you have any further questions.