Maybe appstore widget “Enum Toggle” (https://appstore.home.mendix.com/link/app/346/) is an option.
This widget uses an enumeration to display different images which represent the status.
Daryl
When you create a new page, you’ll see an option for creating these types of wizard pages. The page doesn’t have any of the microflows/nanoflows you’ll need to create to move through the steps in your form, but its a good start. See screenshot below:
Alternatively, you’ll find some building blocks for Wizards in the Atlas_UI_Resources module under App Store Modules in the Project Explorer.
Mike
I worked on a form like this in mendix. We used an ‘!’ ‘X’ and check mark for the different options. We used the Conditional Visibility options on the images to dictate which was shown based on the current status of the form. That sounds similar to what you’re wanting.