Switch typing from left-right to right-left ?

  • alreemy
    Asked on April 10, 2018 at 5:04 AM

    Hi there

    I want to create a survey in Arabic language which is from right to left? I want the headings of the rows to be on the right side instead of left.


    thank you

  • Adrian
    Replied on April 10, 2018 at 7:11 AM

    Please add the following CSS to your form.

    .form-all *,
    .form-all {
      text-align: right !important;
      direction: rtl !important;
      unicode-bidi: bidi-override !important;
    }

    Form DEMO: https://form.jotform.com/80993109446969

    How to Inject Custom CSS Codes