Country picker: Show "Select country"

  • ymalik
    Asked on December 19, 2015 at 8:06 AM
    2. In country picker i want to show "Select country"
  • Chriistian Jotform Support
    Replied on December 19, 2015 at 8:33 AM

    Hi,

     

    Do you mean you want to show a Select Country text in the Country picker just like your other field? 

    Country picker: Show Select country Image 1 Screenshot 40

    If so, just follow the instructions below:

    1. Set the Default Country of the widget to None.

    Country picker: Show Select country Image 2 Screenshot 51

    2. Then add this custom CSS code in the widget.

    span.bfh-selectbox-option::before {

        content: "Select Country";

        color: lightgrey;

    }

    Country picker: Show Select country Image 3 Screenshot 62

     

    Do let us know if you need further assistance.
    Regards.