How can I combine all steps in the form (pagination) into one page....
So when I click next step - it just scrolls down to next step.
Like this screenshot http://cl.ly/342G0l2d1n0y1K1E1J1v
Thanks
How can I combine all steps in the form (pagination) into one page....
So when I click next step - it just scrolls down to next step.
Like this screenshot http://cl.ly/342G0l2d1n0y1K1E1J1v
Thanks
I'm thinking in this case you could just use some HTML fields that have your arrow images and anchors that link down the page and back up the page via anchor points. So you wouldn't use our "paging system" here. This will show the entire form on the page, so technically they could just scroll down the page too.
ok, thanks for quick reply. I just thought it would be cool to have your pagination since it's already showing the progress bar. But html anchors work too.