RTL Long Text Entry

  • Talmor
    Asked on July 9, 2017 at 8:36 PM

    hello

    how can i algin Long Text Entry box from left to right ?

  • Chriistian Jotform Support
    Replied on July 9, 2017 at 9:02 PM

    To align the Long Text Entry field on your form (https://www.jotform.com/62865269843470)  from left to right, please inject this custom CSS below:

    #id_12 {

        direction: rtl;

    }

    #id_13 {

        direction: rtl;

    }

     

    #label_12 {

        text-align: right;

    }

     

    #label_13 {

        text-align: right;

    }

     

    Here should be the result after injecting the CSS code on your form:

    RTL Long Text Entry Image 1 Screenshot 20

    Guide: How to Inject Custom CSS Codes.

    Cheers.