How to use Jotform for Arabic content?

  • falrasheedi
    Asked on January 26, 2018 at 2:01 AM

    Hello

    as the title says, I'm using Jotform for Arabic content and we write from right to left.

    is there a way to do that?


    Thanks!

  • metehancet
    Replied on January 26, 2018 at 3:13 AM

    Yes, it can be done by injecting custom CSS code to your form. Note that you can not use Arabic language in JotForm Cards since it is not allowed to inject custom CSS for now. Follow these steps to create a Blank "All Questions In One Page Label" : 

    1516953447sup1 Screenshot 10

    After creating a blank "All Questions In One Page" layout you can inject the following CSS codes : 

    .form-sub-label {

        direction : rtl;

        unicode-bidi : bidi-override;

    }

    .form-all {

        direction : rtl;

        unicode-bidi : bidi-override;

    }

    .form-submit-button {

        direction : rtl;

        unicode-bidi : bidi-override;

    }

     

    .form-textbox {

        direction : rtl;

        unicode-bidi : bidi-override;

    }

    .form-label.form-label-left {

        direction : rtl;

        unicode-bidi : bidi-override;

    }

    .form-textarea {

        direction : rtl;

        unicode-bidi : bidi-override;

     

    }

    If you do not know how to inject CSS code you can simply follow this guide here : How-to-Inject-Custom-CSS-Codes

    Also I have prepared an example form for you. You can clone this form and edit it as you wish : https://form.jotform.com/80251202923950 

    To clone an existing form from a URL, you can take a look at this guide : How-to-Clone-an-Existing-Form-from-a-URL