Using Widget Dynamic Dropdown change input text

  • funchen
    Asked on August 7, 2020 at 3:54 AM

    A simple question, is it possible to change the text "Please select" to my own text?

    Jotform Thread 2497335 Screenshot
  • Ashwin JotForm Support
    Replied on August 7, 2020 at 5:12 AM

    Unfortunately it is currently not possible to change the "Please select" text in the widget but if you want we can share custom CSS code to add some additional text or hide the text. Please inject the following custom CSS code in your widget to hide the please select text:

    span.select2-selection__placeholder {

        display: none;

    }

    The following guide should help you how to inject custom CSS code in the widget: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets

    Hope this helps.

    Do get back to us if you have any questions.