can I check the field's label side ?

  • achvaav
    Asked on September 8, 2016 at 5:02 PM

    As a Hebrew speaker I'd like to have the label of the field's to be on the right hand side, which I can't seem to be able to do. Unable to drag/format the label itself to move over to the right hand side of the "entry" space.

     

    Example - Instead of:

    Name:  XXXXXX 

    (where XXXXXX is the place the user to to enter text)

     

    I want to be able to do:

     

    XXXXX :Name 

     

    Well ... it will be the Hebrew word for "Name" :-)

    Jotform Thread 927640 Screenshot
  • liyam
    Replied on September 8, 2016 at 8:08 PM

    Hello achvaav,

    You can inject this CSS code into your form:

    .form-all {
    text-align: right;
    direction: rtl !important;
    unicode-bidi: bidi-override !important;
    }

    .form-line-column, .form-label-right, .form-radio-item {
    float:right !important;
    }

    If you need to know how to inject CSS into your form, please refer to this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Thanks.