On the first page of a wizard form, is it possible to show the “Back” button? If not, is it possible to add my own button in the same place to add some functionality to go back to a previous page?
You cant add the default back button as there is no ‘back’ to go to.
But, if you want to exit the form there are a few options:
1 on the first tab, add a < Return to home
link as part of the tabs contents, this would link to a path
action taking them to where ever.
- Use a wizard slot ( goes in the
misc
tab for wizards ) that will have the link as HTML ( Use thetitle
slot if you want it at the top
I think there are wizard slot examples.
1 Like