Display List as Wizard

0
Hello Mx Community!   Currently I am working on a project. The concept is the following: I have a Questionnaire entity with a one-to-many relationship with a Question entity.   I would like to display the list of Question objects as a wizard with next and previous buttons and a status of answered or not. Including a save as draft option.   Is this possible to do that in Mendix? Any kind of help is appreciated!   Thank you in advance!   KR, George
asked
1 answers
1

Yes, this is possible. You'll just need to add some custom logic. 
For general wizard logic, you could do this learning path (specifically this module): Create an App with Advanced Page Building

 

I would normally recommend the Questionnaire module, but it's not yet compatible with Mx10, which you seem to be on. You could still take some inspiration from it though!

answered