I have set up the store using Canada as the only country and the 13 provinces and territories.
When a user creates an account and uses the pull down menu they choose their province and hit submit, the account defaults to the same province everytime "Alberta" even though the users have chosen their specific province. Alberta sits on to in the DB.

Anyone have any idea why this would be passing that info into the DB?

Thanks in advance.

this is my set up for the blk_address_format


<select name="State" size="1">
<option value="" selected>-- Province --
<option value="British Columbia">British Columbia
<option value="Alberta">Alberta
<option value="Saskatchewan">Saskatchewan
<option value="Manitoba">Manitoba
<option value="Ontario">Ontario
<option value="Quebec">Quebec
<option value="Nova Scotia">Nova Scotia
<option value="New Brunswick">New Brunswick
<option value="Prince Edward Island">Prince Edward Island
<option value="Newfoundland">Newfoundland
<option value="Yukon">Yukon
<option value="Northwest Territories">Northwest Territories
<option value="Nunavut">Nunavut</option>
</select>