Is there any way that I can have the Arabic question to the right of the answer?

  • YasserSaad1
    Asked on December 5, 2014 at 2:26 PM

    Is there any way that I can have the Arabic question to the right of the answer?

    From the answer below (2010) it was not possible, if still not possible, any plans to add the functionality soon.

     

     

     

    Answered by aytekin on May 27, 2010 at 07:46 AM

    I see a lot of forms in Arabic. So, it is certainly possible.

    You cannot put the questions to the right side of the form but what you can do is to put questions above answers. To do that click on "Label Alignment" on the toolbar and then change it to "Top Aligned".

     

  • Ben
    Replied on December 5, 2014 at 3:42 PM

    Hi Yasser,

    Yes, you can do that.

    Now I do not know Arabic, so I have made a quick sample using fields in English, so it does not look right, but you can still see how it would look: http://form.jotformpro.com/form/43386580533964

    To do this you should set the labels that you want moved to the right to align to right and then inject this CSS code:

    .jotform-form {
        direction: rtl;
    }
    .form-label-right {
        float: right;
    }

    If you want to clone the jotform above to your account you can do so by following these steps: How to Clone an Existing Form from a URL

    Do let us know if you have any further questions.

    Best Regards,
    Ben