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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T06:03:21+00:00 2026-05-24T06:03:21+00:00

I have a form which is in a sidebar, and shows on multiple pages.

  • 0

I have a form which is in a sidebar, and shows on multiple pages. If the user is on page-a.php and submits the form, it uses ajax to return some data to a div on that page.

However, if the user is on page-b.php and submits the same form (again, it is included on both pages), I want the form to redirect to page-a.php and then use the same ajax post to load the data. How can I achieve this?

Edit for clarity:

page-a.php – when this submits this form (included from separate file), an ajax call is made to page-c.php, which loads data into the div:

<form method="post" action="page-c.php">
    <input ....
               />
</form>
<div></div>

page-b.php has the exact same form (included from a separate file), but different content, so in order to load the data into the div, we need to redirect to page-a.php:

<form method="post" action="page-c.php">
   <input .....
          />
</form>

So how can I make the form call work the same (ajax that is already implemented), but have it redirect me to page-a.php first?

  • 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-24T06:03:21+00:00Added an answer on May 24, 2026 at 6:03 am

    Solved it using this:

    <form name="formA" id="formA"  method="post" 
                <?php if(curPageName() == 'page-a.php'){
                    echo 'class="ajax" action="page-c.php"';
                    }
                    else {
                    echo 'action="page-a.php"';
                    }
                ?>
            >
    

    with this on page-a.php to auto submit the form on page load, which redirects the load to the ajax submit

    <script type="text/javascript">$(document).ready(function() {document.formA.submitbutton.click(); });</script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form which contain some radio button and check-boxes . Whenever user
I have a form which takes both the user details and an image uploaded
I have django form which displays the check boxes.After selecting the checkboxes user will
I have a form which is supposed to be redirected to order success page
I have a form which is submitted via ajax triggered by an image click,
I have a form which has multiple input fields, and 3 main options. depending
I have a form which has a single textbox that sends some data to
How to selectively display pages on sidebar? I have some pages that i want
I have a form which I post back via jQuery AJAX. In my controller
I have a sidebar which appears on every page. The first elements of the

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.