Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

165
Views
Parsley error location for select box is not correct

i am using parsley validation for client side it works nicely but all input errors errors shows after any control but select box control shows error before control why?

    <div class="col-md-4">
                                <label>Industry : <b style="color:red">*</b></label>
                                <div class="controls">
                                <select class="selectpicker form-control" data-live-search="true" name="industry" required="" data-parsley-required-message="Industry is required.">
                                  <option value="" >Select Industry </option>
                                </select>
                                <span class="text-danger text-center">{{ $errors->first('industry') }}</span>
                                </di

v>
                        </div>




jQuery("#jobpostform").parsley({ excluded: "input[type=button], input[type=submit], input[type=reset], input[type=hidden], [disabled], :hidden" });

what is mistake in my code ? all validation is run check image error location.

enter image description here

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!