Disable language selection

  • dfortier
    Asked on August 23, 2016 at 8:52 AM

    Hi,

    Is it possible not to display the language in the form?

    I want to integrate the form in an iframe and there is already a language choice in the top menu

    Ideally would be to have two URLs but a centralized data!

    Can you help me

  • Jan
    Replied on August 23, 2016 at 9:49 AM

    You can just remove the language option in the Preferences. Here's a guide:

    1. Click the "Preferences" button in the toolbar.

    Disable language selection Image 1 Screenshot 40

    2. In the General tab, scroll down and you'll see "Languages". Click the "Add" button beside that.

    Disable language selection Image 2 Screenshot 51

    3. Click the "Remove" button in the Multi-Language Form Options pop up.

    Disable language selection Image 3 Screenshot 62

    Hope that helps. Thank you.

  • dfortier
    Replied on August 23, 2016 at 9:58 AM

    Hello

     I just want to turn off the menu. But I want to keep both language

  • Jan
    Replied on August 23, 2016 at 10:37 AM

    We can hide the Language button using CSS. Here's the code:

    .language-dd {
    visibility: hidden;
    }

    Here's a guide on how to inject custom CSS in the form

    Hope that helps. Thank you.

  • dfortier
    Replied on August 23, 2016 at 11:10 AM

    Excellent. Thank you so much ! 

    Now. Is it possible to force the languages with the url ?

    https://form.jotform.com/62345954492262

     

  • Jan
    Replied on August 23, 2016 at 11:53 AM

    You are welcome. I need to create a separate thread for your other issue since the first problem is already resolved. Here's the URL: https://www.jotform.com/answers/913664

    Thank you.