General

Gallery Widget

Make select required HTML5

You can make a select field required with the following: <select class="form-control" id="basicQuoteSelectPackage" name="basicQuoteSelectPackage" required> <option value="">Select package</option> <option value="Basic: logo design">Basic</option> <option value="Standard: branding pack">Standard</option> <option value="Pro: logo &amp;…

Continue reading
0 Comments