Custom Page using Forms\Components\Wizard - Using data from one step in the next?
Hello,
I'm currently trying to create a Wizard, which in the first steps let's the user select a file and a customer from a model. When "Next" is clicked, I need the upload to be processed, do some work on the content and use the result in a textarea on the next step in the wizard.
What seems to work currently is using the
afterValidation()
from the first step to handle the uploaded file content. But I cant seem to get the result of the action (currently stored in a private array in that same class) to be set as value for the textarea in the second step.
Any help/tips/points to the right direction are welcome. Thanks in advance.3 Replies
+1 I would be interested as well...
https://discord.com/channels/883083792112300104/1232968120256430080
This might help you
thanks for the hint, but it seems i don't have
$get()
anywhere, neither in the page (php) file nor in the blade