Is there anyway to stop the text fields splitting like this?

  • CarouselCollective
    Asked on March 22, 2017 at 11:26 AM
    Jotform Thread 1098741 Screenshot
  • Jan
    Replied on March 22, 2017 at 3:21 PM

    I was able to replicate the issue. Please insert this custom CSS code to fix the issue:

    .form-textbox, .form-textarea, .form-upload, .form-dropdown, .form-matrix-column-headers, .form-matrix-row-headers, .form-matrix-values {
    background-image: none !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    Is there anyway to stop the text fields splitting like this? Image 1 Screenshot 20

    Hope that helps. Thank you.

  • CarouselCollective
    Replied on March 23, 2017 at 4:27 AM

    Thanks for the help, this looks so much better, inserted the code and it's all good.