Hebrew or Right-to-Left Support

  • Gross_Ami
    Asked on January 14, 2020 at 11:17 AM

    Hello,

    I am having trouble creating a full form that supports all elements in right-to-left for our Israeli customers in Hebrew.

    Please advise as to how I can design a single form that is in RTL in Hebrew.


    Thank you,

    Ami

    Jotform Thread 2115015 Screenshot
  • Vanessa_T
    Replied on January 14, 2020 at 1:15 PM

    Please inject the following custom css code in your form to make RTL form:

    .form-sub-label {

        direction : rtl;

        unicode-bidi : bidi-override;

    }

    .form-all {

        direction : rtl;

    }

    .form-line-column,.form-label-right,.form-radio-item {

        float : right;

    }

    .form-label.form-label-auto {

        float : right;

    }

    The following guide should help you how to inject custom css code in form:   https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Do try it out and get back to us if you have any questions.

  • Gross_Ami
    Replied on January 14, 2020 at 4:50 PM
    New response received
    Hello,
    I have tried this option, the only issue is that the question/label of
    pushes the elements to the left.
    Can the question be above the text as opposed to right of the answer text?
    Thanks,
    Ami
    ...
  • Mike
    Replied on January 14, 2020 at 6:49 PM

    Yes, this is possible. Please set the Label Align option to TOP.

    Hebrew or Right to Left Support Image 1 Screenshot 20

    And also add the next CSS to the form:

    .form-label {
    text-align: right !important;
    }