Persistent form | Community
Skip to main content
Jason_Hamilton1
New Participant
July 7, 2016
Solved

Persistent form

  • July 7, 2016
  • 3 replies
  • 2940 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by gkrajeski-SWLN

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?

3 replies

Jason_Hamilton1
New Participant
July 11, 2016

Thanks for the help guys!

New Participant
July 11, 2016

Hi @Jason Hamilton​,

Can you clarify?

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

Jason_Hamilton1
New Participant
July 11, 2016

Sorry, the positioning

gkrajeski-SWLNAccepted solution
New Participant
July 11, 2016

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?

Jason_Hamilton1
New Participant
July 11, 2016

@Sanford Whiteman​ any suggestions on this one?