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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Removing state field from site checkout.
i ahve tried to remove state field from checkout with thi code, but it is just removng the field box and the label , and teh pace of that field still remine...
can omeone help me,, is it currect ID i am using, evem i have tried with state_fs in first 2 line, and state_fs_lbl on last line...none of them working....
<script type="text/javascript">
if(document.getElementById('state')){
document.getElementById('state').style.display = "none";
document.getElementById('state').style.display = "none";
}
</script>
0