I am interested in implementing a 'sign up' box overlay at the center of my index page for new users who do not have an account. I would like them to be able to easily sign up by clicking on the 'sign up' button. Once they complete the sign-up form, I want them to remain on the same page.
Although I am confident in handling the latter part of this task, I'm uncertain about how to go about creating the initial overlay box.
If anyone could provide some guidance or suggestions, I believe I should be able to figure it out myself.
This is the look I aim to achieve: https://i.stack.imgur.com/FsRPj.jpg
One possible approach might involve assigning a specific id to the sign-up element and using JavaScript to handle the process smoothly without redirecting the user to a different page. Does that sound feasible?