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 8491333
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T22:23:35+00:00 2026-06-10T22:23:35+00:00

I am using the jquery Form plugin to submit the form. Everything is working

  • 0

I am using the jquery Form plugin to submit the form.
Everything is working correctly.

But when i turn on the firebug console and i hit submit buttom then i see 10 post requests with same data.

I even tried disabling the submit button but even then i see 10 post requests with same post data and response.

What is the problem

EDIT: this is what i am using

$(".myform").ajaxForm(options);     
            $('.myform').submit(function() { 
            $(this).ajaxSubmit(); 
                return false; 
            });
  • 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-06-10T22:23:37+00:00Added an answer on June 10, 2026 at 10:23 pm

    When

    $('.myform').submit(function() { 
        $(this).ajaxSubmit(); 
            return false; 
    });
    

    is called you immediately submit the form. For your application it might be enough to only have

    $(".myform").ajaxForm();
    

    or you might need to wrap

    $('.myform').submit(function() { 
        $(this).ajaxSubmit(); 
            return false; 
    });
    

    in a function that is called when the submit button is pressed. I’m a little bit guessing here since I’ve only seen the limited code you’ve posted.

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

Sidebar

Related Questions

I am using jQuery Form Plugin to submit (POST) a WebForm. Everything works great
I'm using the jQuery validation plugin (http://bassistance.de/jquery-plugins/jquery-plugin-validation/), and it's working on most everything except
i'm using ajax form jquery plugin to submit a form (in a dialog) via
I'm using the jQuery Form plugin to do an 'ajax' submit of my form,
I'm combining jquery validate() with the jquery form plugin to submit a form using
So I have ajax file upload partial (using Jquery Form plugin), it's working perfectly,
I have Jquery Form plugin but i do not have submit button in my
I'm using the jquery form plugin to submit forms to my MVC application. The
Good morning, I'm using Nate Bubna's loading plugin with jQuery. Everything is working well
I'm using jQuery's form plugin to submit a form asynchronously. The server sends back

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.