Hebrew Form: Do you support Hebrew format?

  • May Naishtut
    Asked on October 4, 2021 at 12:31 AM

    Hello,
    Since I write in Hebrew (Right to Left), I wonder if there is an option of aligning all fields/texts to right ?

  • Zahra_S
    Replied on October 4, 2021 at 1:16 AM

    Hi there,

    Yes, it is possible by adding some CSS to your form. Please add the following code in your form:

    .form-all {
    text-align: right;
    direction: rtl !important;
    unicode-bidi: bidi-override !important;
    }
    .form-line-column,
    .form-label-right,
    .form-radio-item {
    float:right;
    }

    This guide will help you in adding custom CSS in your form: How to Inject Custom CSS Codes

    Demo form: https://form.jotform.com/210234246999967?lang=he

    I hope this helps. Feel free to contact us if you need further assistance.