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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T09:40:16+00:00 2026-05-31T09:40:16+00:00

I’d like some advice on passing data from form to form. I need to

  • 0

I’d like some advice on passing data from form to form. I need to do the following:

  1. collect registration data from class participants
  2. upon submit, authenticate and save data to the session array
  3. open the payment gateway form pre-populated with data already collected
  4. Upon payment confirmation, write session data to DB

It’s working through step 3 (primarily in php) but it requires the user to hit a submit button in between steps 2 and 3 which I’d like to avoid.

What’s the best way to post the info to the next form so that payment gateway site page opens pre-filled once step 2 is complete?

Also, my understanding that the session data will persist as long as the window is open so my plan is to have all of this happen in the same window. Please let me know if this is flawed thinking or if there’s a better way to accomplish this.

Thank you for your kind attention.

EDIT:

right now if the data is authenticated I have a function which will build the next form so: if (!$error) {createNextForm();}

I followed that up with document.forms[“paymentForm”].submit() but I think it lacks a triggering event and will just sit waiting, correct?

  • 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-31T09:40:17+00:00Added an answer on May 31, 2026 at 9:40 am

    With javascript you can make a form to automaticly fire the submit action.

    If you have jquery, and your form is like

    <form .... id="myform">
    

    just do

    $(document).ready(function(){
     $("#myform").submit();
    }
    

    Without jquery:
    immediately before tag put

    <script>
      document.getElementById('myform').submit();
    </script>
    

    Of course form fields have to be filled like:

    <input type="text" name="user" value="<?php echo $_SESSION['user']; ?>">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For some reason, after submitting a string like this Jack’s Spindle from a text
I have some data like this: 1 2 3 4 5 9 2 6
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I have a text area in my form which accepts all possible characters from
I would like to count the length of a string with PHP. The string
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
I've got a string that has curly quotes in it. I'd like to replace
I would like to run a str_replace or preg_replace which looks for certain words
I am trying to render a haml file in a javascript response like so:

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.