Hi all,
I admit I need help. I have the following:
if
(document.billing.ShipCountry.options[document.billing.ShipCountry.
se lectedIndex].value != "United States" &&
document.billing.field01.checked == false) {error += " International
customers must assume responsibility for duties and taxes. Please
check the box!";}
but it doesn't seem to be working. I want to make sure that if the
shipping country is not US, then the custom field that is the customs
duties checkbox is checked. If not, an alert should appear. It doesn't
seem to work.
What am I missing?
Thanks!
Chris
mlcswoodworking.com