Arabic Form

  • eriad
    Asked on February 13, 2017 at 4:32 PM

    Hello,

    I was wondering if I can create using the Arabic language letters. If yes, how can I change the form layout to Right to Left? 

    Thanks,

    Emad

  • David JotForm Support Manager
    Replied on February 13, 2017 at 7:24 PM

    You can translate your form to Arabic with the translation tool: https://www.jotform.com/help/298-How-to-Make-your-Forms-Multilingual 

    Arabic Form Image 1 Screenshot 30

    If you want to make your form Right to Left, add the following code:

    form-all {

        text-align : right;

        direction : rtl !important;

        unicode-bidi : bidi-override !important;

    }

    .form-line-column,

    .form-label-right,

    .form-radio-item {

        float : right;

    }

    .form-label-top { 

    text-align: right; 

    }

    In your Forms CSS area:

    Arabic Form Image 2 Screenshot 41

    Let us know if you need more help.