Dynamic Dropdown Widget: Translate Please Select to another language

  • Gattinoni
    Asked on November 20, 2023 at 2:48 PM

    Is there a way to translate the "Please Select" empty value to another language?

  • Mary JotForm Support
    Replied on November 21, 2023 at 12:13 AM

    Hi Gattinoni,

    Thanks for reaching out to Jotform Support. This can be done by inserting this code to your widget:

    span.select2-selection__placeholder {
      font-size: 0px;
    }
    span.select2-selection__placeholder:before {
      content: "Seleziona";
      font-size: 16px;
    }


    Dynamic Dropdown Widget: Translate Please Select to another language Image 1 Screenshot 30

    Here is our sample form and the result:

    Dynamic Dropdown Widget: Translate Please Select to another language Image 2 Screenshot 41

    Let us know if you have any other questions.