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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T00:32:08+00:00 2026-06-10T00:32:08+00:00

I use jquery form wizard to show a form in two steps. Before proceeding

  • 0

I use jquery form wizard to show a form in two steps. Before proceeding to the second step I use the jquery form plugin to do an ajax validation of the form fields in step 1.

The problem I have is that the complete form is also posted using ajax. Instead of redirecting to another page showing the results, the results are fetched on the same page. How can I configure the form plugin to post the complete form not using ajax?

<script type="text/javascript">
                    $(function(){
                            $("#Catering").formwizard({
            formPluginEnabled: true,
            validationEnabled: true,
            focusFirstInput : true,
            remoteAjax : {"first" : { // add a remote ajax call when moving next from the second step
                    url : "/validate",
                    dataType : 'json',
                    beforeSend : function(){alert("Starting validation.")},
                    complete : function(){alert("Validation complete.")},
                    success : function(data){
                    if(!(data.geldig)){ // change this value to false in validate.html to simulate successful validation
                    $("#status").fadeTo(500,1,function(){
                    $(this).html(data.errormessage)
                                    });
                            return false; //return false to stop the wizard from going forward to the next step (this will always happen)
                                    }
                            return true; //return true to make the wizard move to the next step
                            }
                    }},
                             }
                            );
            });


</script>
  • 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-10T00:32:09+00:00Added an answer on June 10, 2026 at 12:32 am

    If you dont mind expose your variabes throught URL in formoptions you can redirect to anywhere and the variables captured with the form are stored in $.param(data)

    So i solved with this part

    formOptions: {
        success: function(data){ $("#status").fadeTo(500,1,function(){ $(this).html("You are now registered!").fadeTo(5000, 0); 
        beforeSubmit: function(data){ 
    
            $("#data").html("data sent to the server: "+ $.param(data) );
            /*HERE YOU MADE THE REDIRECTION WITH THE VARIABLES THROUGHT URL*/
            window.location.href = "http://www.google.com?"+$.param(data);
        },
        dataType: 'json'
     }
    

    So beforeSubmit all that you are doing is redirect to anypage with the parameters with URL

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

Sidebar

Related Questions

I have a small jQuery plugin that I use for form AJAX validation. There
I use jQuery form validation plugin to validate some form fields. As for now
I'm trying to use jQuery validation plugin to validate a few form fields by
I use jQuery form validation plugin . I have got a webpage with save
I use the jQuery Form plugin only for validation. Is it possible to stop
How to use jquery validation plugin for the rails form given below. I want
i am trying to use the jquery form wizard with asp.net to create a
i'm trying to use jQuery multiselect plugin in a form editing jqGrid (add form).
I recently created a advanced form with elements that use jquery's $().hide & $().show
I am using a jquery.validation plugin to validate my inputs on the form I

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.