SOLVED

Persistent form

Go to solution
Jason_Hamilton1
Level 8 - Champion Alumni

Persistent form

Has anyone been able to make a form persistent when scrolling on a landing page(ie scroll up or down and the form moves with you)?  If possible I assume you would need a guided LP template.

Thanks,

Jason

Tags (3)
1 ACCEPTED SOLUTION

Accepted Solutions
Geoff_Krajeski1
Level 10 - Champion Alumni

Re: Persistent form

CSS {position: fixed;} should be helpful if you want it to remain in a constant position.

CSS Layout - The position Property

There is also a way, have to find it, where you can have the form under a particular 'block', and then have it remain at the top after that block scrolls off screen.

Do you potentially have a wireframe of what you're trying to accomplish?

View solution in original post

6 REPLIES 6
Jason_Hamilton1
Level 8 - Champion Alumni

Re: Persistent form

Sanford Whiteman​ any suggestions on this one?

Geoff_Krajeski1
Level 10 - Champion Alumni

Re: Persistent form

Hi Jason Hamilton​,

Can you clarify?

Is your question in reference to positioning, or to persisting the data within the form?

Jason_Hamilton1
Level 8 - Champion Alumni

Re: Persistent form

Sorry, the positioning

Geoff_Krajeski1
Level 10 - Champion Alumni

Re: Persistent form

CSS {position: fixed;} should be helpful if you want it to remain in a constant position.

CSS Layout - The position Property

There is also a way, have to find it, where you can have the form under a particular 'block', and then have it remain at the top after that block scrolls off screen.

Do you potentially have a wireframe of what you're trying to accomplish?

SanfordWhiteman
Level 10 - Community Moderator

Re: Persistent form

Sounded like position:fixed to me, too, though I wasn't sure if Jason meant the effect where an element scrolls at first, but then freezes to the top as you scroll below the fold.

Jason_Hamilton1
Level 8 - Champion Alumni

Re: Persistent form

Thanks for the help guys!