Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5986685
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:42:26+00:00 2026-05-22T22:42:26+00:00

I validate my form with jquery validate and everything goes fine. What won’t work

  • 0

I validate my form with jquery validate and everything goes fine. What won’t work is that, after successfully validating I want it to send an alert and clear the form. The alert will pop but the form won’t reset. I can make it reset if I don’t have the alert, but both won’t work at the same time:

 $(document).ready(function() {
 var validator = $("#contacto").validate({
    errorLabelContainer: "#messageBox",
    wrapper: "li",
    submitHandler: function() { alert("Formulario enviado") }
 })
 validator.resetForm();

 });
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T22:42:27+00:00Added an answer on May 22, 2026 at 10:42 pm
                $(document).ready(function() {
             var validator = $("#contacto").validate({
                errorLabelContainer: "#messageBox",
                wrapper: "li",
                submitHandler: function() { alert("Formulario enviado");
     validator.resetForm();
        $("#contacto")[0].reset(); 
             }
             })
    
             });
    

    your reset call was outside. so it will be only call once after page load.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Jquery validate works fine for webpage with single form. However, when i call the
I'm building a form with JQuery and PHP and everything seem to work accept
I have a Reset Password form being validated by the jQuery Validation plugin. Everything
I'm using jQuery validate on a form I am building and it is working
I'm using JQuery Validation to validate a particular textbox in my form. The textbox
I'm using the jQuery validate plugin to validate a multi-step form like this one:
Im using asp.net webforms. c# I want to validate a form. In the codebehind
When I validate a form with JQuery Validation class rules, only the first input
Im using jQuery validate plugin and every form has multiple validation levels. level is
I'm using the jQuery validation plugin to validate a form, and I'd like to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.