How to build a Hebrew Form?

  • Tamar Kurtz
    Asked on April 2, 2019 at 3:42 AM

    Hi,

    Do you support Hebrew Forms ?

    Forms in Hebrew and Right to left oriented.

    Thanks,

    Tamar.

  • roneet
    Replied on April 2, 2019 at 6:48 AM

    Yes, you can inject CSS to design the right indentation of Form fields. You can inject this CSS code into your form to make it go RTL:

    .form-label.form-label-top {

        float: right !important;

    }

    .form-line.form-line-column {

        display: inline-block;

        float: right !important;

    }

    You can follow this guide to know how to inject CSS into your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If you have additional questions, please let us know.

    Thanks.