dreamingdigital
09-11-06, 07:38 PM
Use it if you want. I just wrote this little Javascript. Put it in your ShipZip code. I moved the Country before the ZIP and the phone and emails after the country. I also put this code in the phone for redundancy.
<input type="text" name="ShipZip" size="20" onFocus="this.form.BillCountry.options.selectedIndex=this.f orm.ShipCountry.options.selectedIndex;" value="&mvte:global:ShipZip;">
Of course you may want to add some conditionals in there. I took them out to be generic for this post.
I also have all my ship to fields auto-fill the bill-to fields. I'm not saying this is the right way but it does get around the country annoyance a little.
<input type="text" name="ShipZip" size="20" onFocus="this.form.BillCountry.options.selectedIndex=this.f orm.ShipCountry.options.selectedIndex;" value="&mvte:global:ShipZip;">
Of course you may want to add some conditionals in there. I took them out to be generic for this post.
I also have all my ship to fields auto-fill the bill-to fields. I'm not saying this is the right way but it does get around the country annoyance a little.