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

113
Views
How do I change the "This field is required" validation message Jquery

i'm trying to customize the error messages that pop up when a form field isn't valid, however, all that is showing up is "This field is required", but i included a messages block in my code to write my own messages. Could anyone tell me how to fix this? This is my code:

      rules: {
          fullname: {
              required: true,
          }
      },
      messages: {
          fullname: {
              required: "Please enter your full name",
          },
          
      }, 
  submitHandler: function(form) {
    form.submit();
  }
 }); ```


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!