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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T20:25:47+00:00 2026-05-16T20:25:47+00:00

I am making a multi-page form using http://tympanus.net/codrops/2010/06/07/fancy-sliding-form-with-jquery/ . I want to include a

  • 0

I am making a multi-page form using http://tympanus.net/codrops/2010/06/07/fancy-sliding-form-with-jquery/. I want to include a confirmation page at the end that shows the other information (name, e-mail, etc.) as it was typed in without reloading the page. In essence, I want to show what the user typed in on another part of the page. I assume this would use jQuery. How can I do this?

  • 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-16T20:25:48+00:00Added an answer on May 16, 2026 at 8:25 pm

    You do it this way :

    Assume this is the First Step :

    <fieldset class="step">
                <legend>Account</legend>
                <p>
                    <label for="username">User name</label>
                    <input id="username" name="username" />
                </p>
                <p>
                    <label for="email">Email</label>
                    <input id="email" name="email" type="email" />
                </p>
                <p>
                    <label for="password">Password</label>
                    <input id="password" name="password" type="password" />
                </p>
            </fieldset>
    

    Your Confirmation Step should look like this

    <fieldset class="step">
                <legend>Confirm Your Account Information</legend>
                <p>
                    <span id="username_confirmation"></span>
                </p>
                <p>
                    <span id="email_confirmation"></span>
                </p>
                <p>
                    <span id="password_confirmation"></span>
                </p>
            </fieldset>
    

    And place this JQuery code on any part of the page

    $(function(){ $('input[type="text"]').keyup(function() {$("#"+$(this).attr("id")+"_confirmation").html($(this).val());}); });
    

    So basically what it did is to catch any keyup event on any textbox, check for an element with an ID of the related text box “plus” _confirmation. Let’s say you’re typing on username textbox, on every keyup it’ll look for element of “username_confirmation” and change the content of “username_confirmation” into the same value of “username”

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

Sidebar

Related Questions

I'm working on a multi-page form. Here's the outline of its function: Part One:
I have telerik controls on my page. I am making a vacation calendar using
I'm creating a multi-part web form in ASP.NET that uses Panels for the different
I'm currently making a site where i want to implement multi-language version. which actually
I'm making an app with DragonFireSDK and I want to organize my multi thousand
I'm making an application that supports multi language. And I am using gettext and
I don't have much experience in making app multi lingual, but it seems to
making a multi-language site with codeginiter. I have created two folders. One for french
I am making a multi-lingual (computer languages) notepad in WinForms. I have a menu
Hello i'm working on an app where i'm basically just making a custom multi

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.