Apologies in advance if this questions comes of as naive/silly but I can't for the life of me think of where to begin.
I'll do my best to explain:
Im developing a website and to keep things simple lets say it has two steps for the registration process:
- User clicks "join now" on homepage
- User is redirected to a page containing a form to enter details.
Both pages are very simple and fit in the screen it their entirety. Now for a nice UX experience, what I would like to do is instead of redirecting to a new page, instead automate a scroll downwards revealing a space which was not there previously containing the registration form. (I hope that makes sense)
I have seen this implemented on a few websites, failing to think of any examples though.
I assume this is a jQuery task and I would be grateful if anyone can name the concept so I can start looking into it.