Form section that stays on page as user scrolls

momentis 11 Jan, 2016
I have form utilizing a container with several fieldsets. I also have a section with a custom "Completion" area. I would like this "Completion" section to fall to the right of the fieldset container, and stay visible to the user as they scroll down the rather long form. Is this possible?

If not in the default configuration, I could set up the completion section in a separate form and place in a module and keep that active on the page as the user scrolls, but I don't know if changes on the main form can affect the display in the other form.

I hope this makes sense!!

Rick
momentis 11 Jan, 2016
Thinking about this, if there is a way to keep the "Completion" section at the top of the form where it is, but keep it visible as the user scrolls, that would work just as nicely.

Rick
GreyHead 11 Jan, 2016
Hi Rick,

Both if the things you suggest can probably be done - I'm just not sure how without digging around. I did find a way to set a box that stays static on the page that might do what you need.
<div style='position: absolute; top: 100px; left: 100px; width: 200px; height: 200px; background-color: white; ' >Some text here</div>

Bob
momentis 11 Jan, 2016
Thanks Bob. I will try this.

Rick
momentis 11 Jan, 2016
It stayed static on the page, but remained there upon scrolling. Didn't "float" down the page. I'm going to table this for now, as it is not a necessity. I just know my client, and they will likely be asking. LOL

Rick
This topic is locked and no more replies can be posted.