Currently, I am developing a members-only website that features parallax scrolling with 5 vertically aligned background images. At the top of the first image, I envision a visually appealing form that scrolls horizontally. While I have come across examples of small horizontal scrolling boxes, my ultimate objective is to implement a full-width form that is centered on the screen. Each section of the form must capture user input and upon completion, all information needs to be uploaded from the previous steps. Below is a rough concept of what I have in mind. Two questions arise: Is it possible for vertical and horizontal scrolling to coexist? Can user-input data be preserved when moving between form sections? Additionally, this design must be responsive, yet unfortunately, I have not been able to locate any resources depicting such an implementation. Any guidance or suggestions would be greatly valued!