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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:13:13+00:00 2026-05-29T09:13:13+00:00

My form has a weird redirection problem. When I give form action=/pdp/policy-info it goes

  • 0

My form has a weird redirection problem.

When I give form action=”/pdp/policy-info” it goes /pdp/pdp/policy-info.

But when I give form action =”policy-info” it goes to “/policy-info”.
I want it to go to “/pdp/policy-info” and I am not sure why this is happening

The url of the form is pdp/client-info.

<script type="text/javascript">
$(document).ready(function() {
    function myrequest(e) {
        var lead_id = $('#lead_id').val();
        $.ajax({
             method: "GET",
            url: "/pdp/fetch-client-data/",
            dataType: 'json',
            cache: false,
            data: {
                lead_id: lead_id
            },
            success: function( responseObject ) {
                if(responseObject !=null){
                $('#client_name').val( responseObject.client_name );
                $('#state').val(responseObject.state);
                }
                else{
                    alert('Could not find lead id!');
                }

            },
            failure: function() 
            {
                alert('fail');
            }
        });
    }

    $('#fetchFields').click(function(e) {
        e.preventDefault();
        myrequest();
    });
    $("#lead_id").bind("change", function(e)
    {
      myrequest(); 
    });
});

</script>

<div id="client-box">
<form action ="pdp/policy-info/" method='post'>

</form>
</div>
  • 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-29T09:13:13+00:00Added an answer on May 29, 2026 at 9:13 am

    Try this:

    <div id="client-box">
    <form action ="/pdp/policy-info" method='post'>
    
    </form>
    </div>
    

    It is important to use the absolute path (/pdp/policy-info). Not the relative one (pdp/policy-info).

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

Sidebar

Related Questions

I had a weird problem, our website has registration form coded using zend form,
The background: My form has a TWebBrowser. I want to close the form with
This is a really weird issue I'm having and I'm not really sure what
This is really weird and it's not supposed to be happening this way but
Very weird bug! When at least 1 form field has value of zeroOrMoreWords drop
I was just making a simple registration form but suddenly run into a weird
Form has the DoubleBuffered property (bool, inherited from Control). If this is set to
My form has a custom element like below, created using custom ajax: <select jwcid=testtest
My form has several numeric up down controls. All of these controls, when changed,
If a form has same tag repeatedly, how to get its value in JavaScript?

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.