Asterisk for required fields has been moved to left instead of right when multi-language is enabled

  • xentive
    Asked on September 8, 2014 at 10:41 AM

    Hi

     

    I am interested with this request too.

     

    Have you a solution to move the asterisk to the right of the field ? I use too the multi-language option.

     

    Thank you

  • Welvin Support Team Lead
    Replied on September 8, 2014 at 10:46 AM

    Hi,

    Unfortunately, the ticket was cancelled. What is your form URL? Please let us know and we'll try to use a custom CSS codes to move it to the right of the label.

    Thank you!

  • xentive
    Replied on September 9, 2014 at 1:45 AM

    Hi

     

    Thank you. This is my form URL : URL

     

    Regards

  • jedcadorna
    Replied on September 9, 2014 at 7:21 AM

    Inject this CSS to your form this should move the asterisk from left to right.

    .form-required {

    direction:ltr !important;

    }

  • xentive
    Replied on September 9, 2014 at 8:05 AM

    Thank you, but it doesn't work.

    Regards

  • jedcadorna
    Replied on September 9, 2014 at 9:30 AM

    It was working earlier but not sure why it's not working anymore. Please replace it with this CSS.

    #label_37 .form-required{
    position:absolute;
    top:10px;
    left: 75px;
    }

    #label_5 .form-required{
    position:absolute;
    top:10px;
    left: 80px;
    }

    #label_6 .form-required{
    position:absolute;
    top:10px;
    left: 90px;
    }

    #label_31 .form-required{
    position:absolute;
    top:10px;
    left: 95px;
    }

    #label_16 .form-required{
    position:absolute;
    top:10px;
    left: 85px;
    }

    #label_32 .form-required{
    position:absolute;
    top:10px;
    left: 110px;
    }

    #label_33 .form-required{
    position:absolute;
    top:10px;
    left: 150px;
    }

    #label_34 .form-required{
    position:absolute;
    top:10px;
    left: 140px;
    }

    I just tested the CSS above and it works. Here's a sample:

    Asterisk for required fields has been moved to left instead of right when multi language is enabled Image 1 Screenshot 20

  • liyam
    Replied on September 10, 2014 at 11:49 AM

    Thank you for reporting this issue, xentive. We've managed to fix this bug. Please re-save your form on the form builder to be able to reflect the fix on your form.

    If the problem persist, please do let us know.

    Thanks.

  • xentive
    Replied on September 11, 2014 at 2:59 AM

    Hello

    Yes, it works now ! Thank you very much.

    Regards

    Isabelle

  • gori-mathew
    Replied on September 11, 2014 at 5:26 AM

    You are most welcome. If further support is needed, please let us know.
    Thank you for using JotForm!