How to hide the language option in form?

  • prowebcons
    Asked on March 18, 2015 at 11:25 AM

    How can we hide "language" that we see on right side, we have chosen French as default language and only one?

    It will be appreciated if just for today you can keep and eye on this thread and reply quickly, we really appreciate your support so far.

  • Charlie
    Replied on March 18, 2015 at 11:38 AM

    Hi,

    I see that you have managed to sort it out.

    You are correct on using this code:

    .language-dd {

        display : none;

    }

    It hides the language option of the form. But, I see that you also removed the "English" language in the translations? I believe this might caused problem, we have an anti-Phishing form that is currently being updated, there's a problem where it does not correctly scans the form in a different language like Arabic, French and the likes, which may lead to the forms being disabled. We advise that you create your form into multilingual having an English version of it then translating them to the language you want, from there you can set the default language and hide the language option.

    Here's the guide on making your form multilingual: http://www.jotform.com/help/298-How-to-make-your-forms-multilingual.

    I hope that helps.

    Thank you.