When changing language, I need to put labels on the other side of the form

  • hatzbs
    Asked on November 24, 2015 at 1:25 AM

    I have two languages which i am using for my form. One is English, which is read left to right.

     

    The other is Hebrew, which is read right to left.

     

    I would like to put the title of the field on the right side of the field when the form is translated into Hebrew, and leave it how it is in English. Is this doable?

     

     

  • BJoanna
    Replied on November 24, 2015 at 3:47 AM

    Thank you for contacting us.

    If you align you labels to top when form language is set to Hebrew labels will be on right side as well.

    When changing language, I need to put labels on the other side of the form Image 1 Screenshot 30

    To show header on the right side as well, you would need to create one more header and apply this code to it: float: right !important;.

    Then you would need to set conditional logic to show one of two headers base on language that is selected.

    When changing language, I need to put labels on the other side of the form Image 2 Screenshot 41

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Here is my demo form: https://form.jotform.com/53271310552950? 

    Feel free to clone it.

    Hope this will help. Let us know if you need further assistance.