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

274
Views
Form Validation only work once on one page, will not work on other pages

How to fix the issue where the form, and form validation will only load on one page and only once, and will not work on the other page at all. I want reuse that same form which exist on index.html but I want to place it to product.html, and when I do that, the form validation will not load, even though I just copied the code from index.html. Is that default behaviour of the Form Validation? I am also using the "old" Form Validation since I have to use that, with JQuery and everything.

This is the code I have:

<form id="product-search" name="product-search" data-show-messages="true">
/*...*/
</form>

Now when I load this form on index.html it does work, but if I for example load that same Form Validation twice on index.html it does not work, only the first one that is placed works.

working version

<form id="product-search" name="product-search" data-show-messages="true" novalidate="novalidate" class="fv-form fv-form-bootstrap">
/* ... */
</form>

This happens when everything loads properly

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!