Full word email is not appearing on the production form

  • ForPaw
    Asked on July 24, 2017 at 1:05 PM
    Jotform Thread 1206785 Screenshot
  • Jan
    Replied on July 24, 2017 at 2:48 PM

    I believe you are referring to this form (https://www.jotform.ca/form/71926719974271).

    Unfortunately, I wasn't able to replicate the issue when I opened your form. I have tested this in Google Chrome and Mozilla Firefox. Here's a screenshot:

    Full word email is not appearing on the production form Image 1 Screenshot 30

    If you're still having issues on your end, I recommend increasing the width of that text box. Please use this custom CSS code:

    #cid_37 .form-radio-item {
    width: 250px !important;
    }

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

    Full word email is not appearing on the production form Image 2 Screenshot 41

    Hope that helps. Thank you.