Hebrew Form: keep phone number fields from left to right.

  • middleton_financial
    Asked on January 27, 2021 at 8:25 AM

    Hello,


    I have form in English and Hebrew. when i change the language to Hebrew the phone number also change from left to right to right to left. and because it's a phone number i need it to stay in the right form.

    1611753747 601169137a767  Screenshot 10As you can see i need area code on the left and the number on the right. I have multipole phone number sections on this form which i need to fix.

    The same as English just to clarify

    1611753896 601169a8700cd  Screenshot 21

    Thank you for any help!!

  • Gustavo_H
    Replied on January 27, 2021 at 9:32 AM

    Hi, middleton_financial. I hope you are having a great day!


    Can you please inject the CSS code below into your form?

    Complete guide 👉 how-to-inject-custom-css-codes

    html[lang="he"] li[data-type="control_phone"] * {
    direction: ltr !important;
    }


    Here is how the phone number fields look like to me after applying the code.

    1611757852 6011791c35c53  Screenshot 10


    Let us know if this is what you are looking for.


    All the Best 😀✨