I have a long webform of 36 questions with 6 options for each question. I wish to split it up into 6 pages. I am able to do it with the pagebreak webform component but the problem with that is it does not create a paginated display. I want the page numbers(1,2,3,4,5,6) to be displayed and not just Prev Page and Next Page buttons. Is it possible to use the Paging module for this? I tried creating a markup component and inserted a
in its body, but it does not seem to work. The paging module works fine for Page, Blog, Story etc.
Thanks!
Comments
Comment #1
tharun.patel commentedI meant I tried creating a markup component and inserted a "Pagebreak" in its body. Forgot to include the protector.
Comment #2
Gurpartap Singh commentedNo, for that you need to implement your own pagers. See api for theme_pager(), etc.
Not sure how you can play with pagers for webforms.