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

  • Home
  • SEARCH
  • 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 8339277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T04:50:34+00:00 2026-06-09T04:50:34+00:00

preview of form data of an html form at the same time send email

  • 0

preview of form data of an html form at the same time send email and open a new form

control flow is like this

form1.html// included email1.php in action

form2.html// i included in email1.php

email2.php// i included success.html

please help in previewing the form1.html right after sudmiting it and then to form2.

  • 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-09T04:50:36+00:00Added an answer on June 9, 2026 at 4:50 am

    You have to make another php with session or with mysql fetching the result through table. Example of the coding using session:

    getresult.php

        <?php
        session_start();
        $firstname = $_POST['firstname']; // Gets the form's input
        $fname = $_SESSION['fname']; 
        ?>
    

    preview.php

        <?php
        session_start();
        $firstname = $_SESSION['fname']
        ?>
    
    
         <form action="" method="post"> <!-- Show the form -->
         <input type="text" name="firstname" value="<?php echo $firstname; ?>">
         </form>
    

    On the email part you should what should right?

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

Sidebar

Related Questions

$(function() { $(.preview).click(function() { $('#image').wrap('<form action=/index/upload.php method=post enctype=multipart/form-data id=imageform target=imageupload />'); $('#imageform').submit(); $('#image').unwrap(); var
I'm using an HTML form to input data. I use jQuery to refresh every
After using form data to perform a MySQL update (via PHP), I'd like to
I want to make preview button as usual form button next to submit button(as
Microsoft recently released to preview Azure web sites. I had been hoping that this
The customer wanna preview mpp content without open Project Professional.So I decide to convert
When users preview a report I would like to avoid giving them the option
How do i repost post data, so that i can generate a print preview
i need to select change some data and change image in own form each
There is one form i have and a user can click on preview button

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.