How to remove Flag/Language selector from form

  • volaregratis
    Asked on June 3, 2016 at 2:43 PM

    Hi,

    is it possible to COMPLETELY remove both flag and language selector in the top-right corner?

    Thanks

  • Huberson
    Replied on June 3, 2016 at 3:11 PM

    Yes, you can get rid of the flag by removing the language feature on your form from Preferences> Languages.

    How to remove Flag/Language selector from form Image 1 Screenshot 20

     

  • volaregratis
    Replied on June 3, 2016 at 3:39 PM

    The trouble is I need the language feature to have expiration months in the payment module translated. No way to keep the language feature AND get rid of the flag/language selector?

    Thanks.

  • Huberson
    Replied on June 3, 2016 at 4:10 PM

    You can always hide it with CSS - How-to-Inject-Custom-CSS-Codes.

    .cont{

        visibility: hidden;

    }

     

    But this is in somehow a bad practice since it hides a good feature that can be really helpful to some of your form users.