Why is multilingual text going off the page?

  • bradylanter
    Asked on July 30, 2015 at 11:10 AM

    I've enabled my form to be multilingual and when I change the language to French Canadian, the entered text doesn't wrap and just continues off the screen. Am I doing something wrong? This has to work for me to be able to use your product. I've attached screenshots.

    Jotform Thread 624210 Screenshot
  • bradylanter
    Replied on July 30, 2015 at 11:11 AM

    Here is a screenshot of it working correctly.

     

    Why is multilingual text going off the page? Image 1 Screenshot 20

  • Charlie
    Replied on July 30, 2015 at 12:31 PM

    Could you try adding this custom CSS code instead:

    #tw-target-text > span {

       white-space : normal !important;

    }

    You can add it in your Form Designer Tool under CSS tab.

    Why is multilingual text going off the page? Image 1 Screenshot 30

     

    I also noticed that there seem to be a problem with the styling of your form. You can check our Theme store to further style your form using existing designs. Or you can check the default themes under Preferences.

    Why is multilingual text going off the page? Image 2 Screenshot 41

     

    I hope that helps.