Creating a check box besides text box

  • dehunzicker
    Asked on January 20, 2017 at 3:17 PM
    Ben, I am having trouble with your instructions. I put in the CSS and it is saying there is one error. I am not able to do it and I want it exactly how you have it. please help
  • Jan
    Replied on January 20, 2017 at 3:46 PM

    The CSS code provided by Ben on the other thread is still working. I cloned your form (https://www.jotform.us/form/70194229807157) and I was able to make it work by injecting the CSS code below: 

    [data-type="control_checkbox"] .form-checkbox-item:first-child {
    display: none;
    }

    Here's a guide on https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. Here's the result:

    Creating a check box besides text box Image 1 Screenshot 20

    Hope that helps. Let us know if you're still having issues. Thank you.