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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T06:05:43+00:00 2026-06-12T06:05:43+00:00

So I have a 3 page (Page1.php, Page2.php, Page3.php) registration page that is all

  • 0

So I have a 3 page (Page1.php, Page2.php, Page3.php) registration page that is all completed after over 20hrs of coding. But now I’m working on design. My idea is to put all the forms on one page rather than three different pages (Page1.php, Page2.php, Page3.php).

Here’s what the front page looks like:
Form

So when the user clicks the register link I want the form to appear in this region:
Form Registration

I have all the code for the forms so it’s just a simple matter of copy pasting. But what I need to do is implement some sort of slider for the form. So the user clicks register, the form appears on the right, they fill in the first page, then at the bottom right they click continue, and it SLIDES to the next page. Note, when they click continue i don’t want to go to a whole new page, I want to stay on the same page, I just want to display different content.

I know how to do all the onclick (show/hide) stuff in jquery, but I’m wondering if there’s a good plugin I can use to provide a much smoother transition and better expereience. Or if there’s a better way to do it (Pure CSS or something)

  • 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-12T06:05:45+00:00Added an answer on June 12, 2026 at 6:05 am

    Just set all content to .hide() and .show() the div which has a unique identifier.

    So you have:

    <a href="javascript:void();" data-tab="page1" class="tab">Page 1</a>
    <a href="javascript:void();" data-tab="page2" class="tab">Page 2</a>
    <a href="javascript:void();" data-tab="page3" class="tab">Page 3</a>
    <div class="tab" data-tab="page1">Content for page 1</div>
    <div class="tab" data-tab="page1">Content for page 1</div>
    <div class="tab" data-tab="page1">Content for page 1</div>
    

    With the jquery code:

    $('a.tab').click(function(){
        $('div.tab').hide();
        $('div.tab[data-tab=' + $(this).attr('data-tab') + ']').show();
    });
    

    Well, that’s basically it. You can do the rest, but this should give you a start in the right direction 🙂

    You can make it as complex as you would like. I have some coding who does this with a TabHelper in CakePhp, and with a little bit of javascript I built the same. Because I don’t like the jQueryUi tab plugin (hint)

    Also, have a look at Php Frameworks, you said you spent 20 hours coding for you registration and login.. Well, I did the same with CakePhp, but now my site is finished and is fully maintainable and sends emails on the right time and has a lot of functionality.

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

Sidebar

Related Questions

I have a php page server1.com/page1.php (not real) and another page server2.com/page2.php page1.php response
I have page named page--news.tpl.php, which i created for my news page. But after
all. I have a registration page that, well, registers users' inputted data into the
I have a <?php print $search_box; ?> in my page.tpl.php page. On pages that
I have a PHP page that loads external content using other PHP files. I'm
i have a php page that redirects (if successful) to another php page like
I have a php page with a dropdown list that is populated by a
I have a working PHP registration form that goes through $_POST[] requests to check
I have made customized user registration page. and i have made that on theme
I have a page that is definitely not a form but I need to

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.