If you have the U.S. State/ZIP feature enabled you may notice that the HTML elements are disabled by default if the user does not select "United States" from the location drop down. The logic behind this is so users don't select the country Sweden and then allow them to select a U.S. state.
I have had requests to disable this feature to allow your users to make the choice and not disable them from selecting a certain element.
If you would like to disable this functionality open the file: design/js/main.js
Then look for:
Code:
Content visible to registered users only.
Under that add:
Code:
Content visible to registered users only.
If you have the GZIP compression feature enabled you need to login into your Admin CP and run the "CLEAR CACHE" routine to make sure the new JavaScript file is cached.
I haven't fully tested this on every section, however from the sections I tested it worked just fine. If you run into any problems let me know.