I would read through this thread. Looks like it may have your answer – just only include the states that you are legal in, and then put “if your state is not listed, then this product cannot be purchased in your state”.
Thanks for your help John.
I found this java from someone trying to do a similar thing in IS and it looks correct, but for some reason it’s not working. It is from 2013 but should still work. Any clue what is going wrong here?
<script>
$(document).ready(function()
{
$("#state").attr('maxlength','2');
$("#shipState").attr('maxlength','2');
});
</script>
<script>
$(function() {
var availableTags = [
'AL',
'AK',
'AZ',
'AR',
'CA',
'CO',
'CT',
'DE',
'FL',
'GA',
'HI',
'ID',
'IL',
'IN',
'IA',…
Hope that helps.
Jeff
Jeff Arnold, President
4Spot Marketing
Infusionsoft Certified Partner
PlusThis Certified Partner
Zapier Certified Expert
4Spot Marketing • 4SpotMarketing.com
11700 W Charleston #170-160 • Las Vegas • NV • 89135
O: 702-721-9763 • C: 702-525-9763
Client Testimonials • Book an Appointment
1 Like