• Your shopping cart is empty!

Country-Region Dropdown Menu Demo

Example 1

Normal dropdown menu without any customization.

Country: <select class="gds-cr" country-data-region-id="gds-cr-one" data-language="en"></select>

Region: <select id="gds-cr-one"></select>

Example 2

Dropdown menu with default country value.

Country: <select class="gds-cr" country-data-region-id="gds-cr-two" data-language="en" country-data-default-value="US"></select>

Region: <select id="gds-cr-two"></select>

Example 3

Dropdown menu with default set of country and region value.

Country: <select class="gds-cr" country-data-region-id="gds-cr-three" data-language="en" country-data-default-value="US"></select>

Region: <select id="gds-cr-three" region-data-default-value="California"></select>

Example 4

Dropdown menu with country flag.

Country: <select class="gds-cr gds-countryflag" country-data-region-id="gds-cr-four" data-language="en"></select>

Region: <select id="gds-cr-four"></select>