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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T13:51:01+00:00 2026-06-08T13:51:01+00:00

I have a form containing name,email,message and captcha fields. I can submit the form

  • 0

I have a form containing name,email,message and captcha fields.

I can submit the form and can verify the captcha at server side, In case everything is OK i have to display a jsp using requestDispatcher. Everything works fine if captcha is correct but if it is incorrect i am redirecting user onto the same page where the form is displayed so that user can reenter the captcha. But the main problem with this approach is the form get’s cleared, that means user have to refill the whole thing again.
How can i avoid this thing so that user don’t require to refill the form.

And is their any other better approach for this.

Iv’e already tried making an ajax call to validate captcha but have got some problem with that approach. Unable to submit form in jquery ajax callback function

  • 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-08T13:51:03+00:00Added an answer on June 8, 2026 at 1:51 pm

    You can do something like this, call click event on some div say ‘submit’, then call ajax call and get the result. Depending upon result you can decide whether to submit the form or not.

    submit is DIV
    printCoupon is form

    $("#submit").click(function(){
    
            var response = '';
            $.ajax({ type: "GET",   
                     url: "ajaxprintcoupon",   
                     async: false,
                     success : function(text)
                     {
                         response = text;
                     }
            });
    
            alert(response);
    
            if(response == 'Testing'){
                $('#printCoupon').submit();
            }else{
                // no change
            }
        }); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a contact form in my flash file with name/email/message fields which a
I have a confirmation form containing different textFields like Name, Age, Phone no., Email
Let's say I have a form in C# containing textboxes that correspond to fields
I've noticed a lot of websites with form(s) containing input fields whose name attribute
I have a form with name and id testform containing an <input type=text name=name
If you have a form containing text inputs with duplicate name attributes, and the
I have a dictionary containing { Name : Email Address } I have a
I have form containing many input fields. But I need to take one field
I have a form containing 2 input fields, one being hidden and a button.
I have a form that i want to submit comments to a database containing

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.