diff --git a/app/Views/memberaccess.php b/app/Views/memberaccess.php index 738cda8..575440a 100644 --- a/app/Views/memberaccess.php +++ b/app/Views/memberaccess.php @@ -447,6 +447,14 @@ $(document).ready(function(){ }); }); + +$('#country').change(function() { + var country = $("#country").val(); + if(country != 'Canada') + { + $('#state').val(''); + } + });