One survey qustion per page

Options
Do you know if it is possible to have a survey that displays 1 question with a next button on it?  Then when the button is clicked, it will go to the next page with the next question.


Thanks.
Tagged:

Comments

  • Not out of the box, but there is a Survey API. You could use that to create any design you like. (I would do this in a single page, and use CSS and JQuery to show and hide rows as the NEXT button was clicked.) Do a search for LuminateExtend to get you started with the APIs.


    Another common technique is to 'scrape' the survey. A survey is just a normal HTML form, so you can copy that form (and fields, etc.) code from your page source and paste it into a pagebuilder page, and then manipulate the surrounding HTML as you like. So long as all the form code is the same it will still work,


    This kind of project is a great way to get into really tinkering with Luminate.

Categories