Checkbox: Other option needs to be modified

  • vtiportal
    Asked on January 17, 2018 at 2:06 PM

    Please provide a code to left align other form field with text above. Thanks. See attached and links.

    http://b3c.1ca.myftpupload.com/

    Or, if it's launched:

    www.managemyopia.org

    Jotform Thread 1352548 Screenshot
  • aubreybourke
    Replied on January 17, 2018 at 3:23 PM

    Add this CSS to the bottom of what you have already:

    #other_20 {

        display : none;

    }

    #input_20 {

        margin-left : -5px !important;

        width : 100% !important;

    }

    #cid_20 div.form-single-column {

        width : 100% !important;

    }

    How-to-Inject-Custom-CSS-Codes

    It looks like this:

    1516220599The Easiest Online Form Builde Screenshot 10

  • vtiportal
    Replied on January 17, 2018 at 4:14 PM

    It works, thanks.