08-31-2017, 11:21 AM
One thing you should do is add the "required" attribute to your select:
Your validation imo should just be required, like this:
http://pasted.co/31fbd8f5
Code:
<select class="form-control" name="streetlist" form="payment-form" required >
Your validation imo should just be required, like this:
http://pasted.co/31fbd8f5