in the ecommerce, when customer register, we will make the city and state/province and we will use javascript/php script to check to see if the city or state fields are empty or not. Both city and state are required.
But if the e-commerce site is for the whole world (even 98% may be for usa and canada), some small countries/islands will not have state field. But we are making it a required field, for the customer from these places, unless they fill in something in the state field, they cannot register.
If we remove the empty checking for the state, then we lose one error proof checking for other 99% customers.
What did you do?
Thanks!