Can I create a from from Right To Left?

  • guyzilberg
    Asked on April 27, 2017 at 5:13 AM
  • Nik_C
    Replied on April 27, 2017 at 5:22 AM

    You can check this thread from my colleague: https://www.jotform.com/answers/773022-How-to-make-Arabian-form-right-to-left where he explained more, but it's actually a CSS that you can use to align the form fields properly by inserting it in the CSS field:

    .form-sub-label {

    direction:rtl;unicode-bidi:bidi-override;

    }

    .form-all {

    direction:rtl;

    }

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

    float:right;

    }

    And it should make your form look something like this:

    Can I create a from from Right To Left? Image 1 Screenshot 20

    Let us know if you have any further questions.

    Thank you!

  • guyzilberg
    Replied on April 27, 2017 at 5:43 AM

    Thank you, but for some reason titles does not align to the right

  • Nik_C
    Replied on April 27, 2017 at 6:03 AM

    I'm sorry I didn't provide that information. 

    Here is how to achieve that:

    1) Go to Form Designer:

    Can I create a from from Right To Left? Image 1 Screenshot 50

    2) Click Styles and set the label alignment:

    Can I create a from from Right To Left? Image 2 Screenshot 61

    And you can do that in each field individually by going to Properties:

    Can I create a from from Right To Left? Image 3 Screenshot 72

    And setting the label alignment there:

    Can I create a from from Right To Left? Image 4 Screenshot 83

    Hope it helps.

    Let us know if you have any further questions.

    Thank you!