Help with Text running outside of the form and/or being cutoff on mobile view

  • patientsfirst
    Asked on October 24, 2020 at 11:09 PM

    Can you take a look at this form and let me know how to prevent the text from running outside of the form size and/or getting cutoff altogether? Please see the link attached. Most of the form stays within good constraints...but some of the lines are running off the form.


    Thank you!

  • Patrick_R
    Replied on October 24, 2020 at 11:34 PM

    Hello! Please allow me some time to check this. I'll get back to you soon with an update.

    Thank you!

  • Patrick_R
    Replied on October 24, 2020 at 11:54 PM

    Hello! Kindly inject the following CSS code using these instructions:

    p, span{
    word-break: break-all;
    }

    This is the cloned version of your form which has this code implemented: https://form.jotform.com/202978938887987

    This should fix this problem, in case it doesn't, let us know.

    Thank you!