I have a form created with the CF7 plugin on this page (I included the link in the related URL box), I essentially hid the radio buttons and applied a border to the text, making them look like buttons. The form has conditional logic so the next question or text is revealed based on your answer. However, as each question or text is revealed, the page gets longer, and the user keeps having to scroll down. Is there anyway, using CSS or JS, I can make the page essentially scroll down automatically as the question or text is revealed?
Edit: You can enable it on all pages via the Theme Options Panel and then hide it on all pages except the page you want it to be visible on via some Custom CSS. Though you can just leave it on .
Hi there!
I hope you are doing well :)
I have a form created with the CF7 plugin on this page (I included the link in the related URL box), I essentially hid the radio buttons and applied a border to the text, making them look like buttons. The form has conditional logic so the next question or text is revealed based on your answer. However, as each question or text is revealed, the page gets longer, and the user keeps having to scroll down. Is there anyway, using CSS or JS, I can make the page essentially scroll down automatically as the question or text is revealed?
Thank you so much!!
Hey Again,
No, I Am afraid that's default behavior also the auto-scroll would likely cause a bad UX experience.
Thanks
ThemeNectar Support Team
Hey Tahir,
No worries, thank you so much for the quick response.
Is it possible to display the back to top arrow / button on only a specific page? I tried with the below code, but I imagine it isn't that simple.
#to-top {
visibility: visible;
}
Hey Again,
Edit: You can enable it on all pages via the Theme Options Panel and then hide it on all pages except the page you want it to be visible on via some Custom CSS. Though you can just leave it on .
Thanks
ThemeNectar Support Team
Hey Tahir,
Thank you so much! Have a great day / evening.