How do we make the Matrix Dynamique widget support RTL?

  • rbenor
    Asked on January 29, 2020 at 3:46 AM

    I am using the Matrix Dynamique widget. My form is in Hebrew. I was wondering if there is any way to configure this widget to support RTL or is there another widget of this type that supports RTL.

    Thanks

    Ricky

  • roneet
    Replied on January 29, 2020 at 7:17 AM

    I believe you are referring to this Form:

    https://www.jotform.com/form/200042103547035

    Let me check if we can inject CSS into the widget to make it support RTL.

    Thanks.


  • Kiran Support Team Lead
    Replied on January 29, 2020 at 11:34 AM

    It looks like your response has been posted on this thread. We request you to get back to us on this thread with your response. 

    We will wait for your response. Thank you! 

  • roneet
    Replied on January 30, 2020 at 6:39 AM

    I have injected this code in your widget to make it support RTL:

    #contentTable {
     direction: rtl;
    text-align: right;
    }

    Please give it a try and let us know how it goes.

    Thanks.


  • rbenor
    Replied on February 3, 2020 at 3:19 AM

    It solved the problem!!!! Thank you