Create 'check' step inside wizard.
How would i approach adding an 'check' step inside a 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).
- 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.
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).