Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Shipping Address JavaScript error
During the checkout process, I'm running into an error with the dynamic state/province dropdown. If I go to change the shipping address, this dropdown is updated when I choose a different country. A-OK.
However if I go to edit my stored address, the state/province box does not update when I choose a different country. The code that makes this work is nearly identical on both pages, except for this one difference:
id=document.forms[0].elements.id.value
The problem as I see it is that document.forms[0] is referring to our site search box and not the shipping address form. The shipping address form would be
0