Remove choose your language on the top right of the form

  • RIWAS
    Asked on October 27, 2015 at 11:32 AM

    Hello Everyone!

     

    I have made my own customer sign up form. The form language is in Swedish. I'm do wondering if there is anyway, to get rid of the "choose your language - text"? that shows up on the right up corner.

     

    Thank you!

     

    /J

  • Elton Support Team Lead
    Replied on October 27, 2015 at 2:10 PM

    Inject this CSS code to your form, this should remove the language dropdown in your form.

    div#langDd {

        display: none;

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    ----

    Alternatively, you can also remove the language integration in your form and just edit the form labels and text manually within the form with the language you prefer.

    Remove choose your language on the top right of the form Image 1 Screenshot 30

    Remove choose your language on the top right of the form Image 2 Screenshot 41

    Thanks!

  • RIWAS
    Replied on October 27, 2015 at 2:42 PM

    The first option sounds best, thank you Chris!

     

    However Chris, if I would choose to remove languages as you describe in option 2 from one of my forms.... Does this also affect my others forms?

     

    /J

  • Welvin Support Team Lead
    Replied on October 27, 2015 at 4:31 PM

    No. Editing one form won't affect the others.

    Thanks