<label class="select optional control-label" for="order_billing_state" id="state_label">province</label>
<select class="select optional" id="order_billing_state" name="order[billing_state]"><option value=""></option>
<option value="AB">AB</option>
<option value="BC">BC</option>
<option value="MB">MB</option>
<option value="NB">NB</option>
<option value="NL">NL</option>
<option value="NT">NT</option>
<option value="NS">NS</option>
<option value="NU">NU</option>
<option value="ON">ON</option>
<option value="PE">PE</option>
<option value="QC">QC</option>
<option value="SK">SK</option>
<option value="YT">YT</option></select>
If this is the returned value when inspecting the elements of a page, how could I develop this to autoselect option 'ON'? I have tried to use a simple drop down menu through a selection coding but unfortunately it is not selecting the content in the drop down for me. Any assistance? Thank you ahead of time!
Please note, that this option comes prior to another option on a webpage but must be selected after the preceding option. E.g Canada must be selected before it translates over to the selection menu for provinces.