Skip to main content
Jason_Hamilton1
Level 6
July 7, 2016
Respondido

Persistent form

  • July 7, 2016
  • 6 comentários
  • 2961 Visualizações

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

Este tópico foi fechado para respostas.
Melhor resposta por gkrajeski

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?

6 comentários

Jason_Hamilton1
Level 6
July 11, 2016

@Sanford Whiteman​ any suggestions on this one?

gkrajeski
User Group Leader
User Group Leader
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
Level 6
July 11, 2016

Sorry, the positioning

gkrajeski
User Group Leader
gkrajeskiUser Group LeaderResposta
User Group Leader
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
Level 6
July 11, 2016

Thanks for the help guys!