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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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