• Resolved moriyonet

    (@moriyonet)


    Hi there guys,
    My website is in Hebrew and I wonder if it’s possible to change the form fields (and everything else) direction – right to left. Id so, how can I do it please?
    Thanks a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @moriyonet,

    If your website includes the attributes dir="rtl" in its tags, the form should be displayed properly with the direction right-to-left

    Could you send me the link to the webpage where the form is inserted, please?

    Best regards.

    Thread Starter moriyonet

    (@moriyonet)

    Yes you are right ?? I just tested it on another website of mine and it does work.
    By the way, is it possible to define there won’t be two little arrows next to the numeric input field? https://prntscr.com/klpu1k

    Thanks again!

    Plugin Author codepeople

    (@codepeople)

    Hello @moriyonet,

    The arrows are included by the browsers in the input tags with type=”number”

    If you want modify the browser’s behavior, simply enter the following style definition into the “Customize Form Design” attribute in the “Form Settings” tab (https://cff.dwbooster.com/images/documentation/form-settings-tab.png)

    
    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
    }
    

    and that’s all.
    Best regards.

    Thread Starter moriyonet

    (@moriyonet)

    Cool! This looks much better now.
    Thanks a lot for your help ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change form and fields direction’ is closed to new replies.