Is it possible to copy a form and delete the french version (the first language) and keep only the english version ?

  • Deglon
    Asked on September 16, 2016 at 3:03 PM
    Is it possible to copy a form and delete the french version (the first language) and keep only the english version ?
  • BJoanna
    Replied on September 16, 2016 at 3:21 PM

    Inside of this guide you can find how to clone an existing form from your account:

    https://www.jotform.com/help/27-How-to-clone-an-existing-form-from-your-account 

    And inside of this guide you can find how to clone an existing form from a URL:

    https://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL 

    Unfortunately original language can not be removed. 

    Possible workaround is to set English as default language.

    Is it possible to copy a form and delete the french version (the first language) and keep only the english version ? Image 1 Screenshot 20

    You can use this CSS code to hide language options on your form, so that your users are unable to change the language:

    div#langDd {

        visibility: hidden!important;

    }

    How to Inject Custom CSS Codes

     

    Here is my demo form: https://form.jotform.com/62595499129977 

    Feel free to clone it.

    Only other issue is that your Notification and Autoresponder will still be on French. You will need to edit them and change the filed labels to English. 

    Hope this will help. Let us know if you need further assistance.