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
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
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
Rick
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.
Bob
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
This topic is locked and no more replies can be posted.