nextAction on Wizard built with getState Function
Good evening, I'm trying to change the label of the next button on a Wizard built with the getState function and cant seem to get how to access the button. I've published the form translation but it also does not work.
Thanks in advance!
Solution:Jump to solution
The easiest way to do it looks like you create you own "HasWizard" trait! Copy the code from the orignal trait and then change the label as you wish π
2 Replies
Solution
The easiest way to do it looks like you create you own "HasWizard" trait! Copy the code from the orignal trait and then change the label as you wish π
thank you, you gave me the idea and i just change the code on the wizard, as i just need it in one language, i changes in the root, thanks!