How would i approach adding an 'check' step inside a wizard?
- The user needs to confirm the data he/she filled in.
- I need to be able to call an function based on the form fields to show an error message or primary message on the last step.
Is there a confirm step i can use or ideally create a last step within the wizard?
I tried this with placeholder fields in a last step but since the function i want to call makes an API call i only want to call this in the end and not on every wizard step (what it's doing now).