Seeking Guidance on how to Inject Form State into Custom Layout
Hey Filament community,
I'm currently working on a multi-step form using the Filament Wizard, and I've reached a point where I'd like to create a custom layout for a final "confirmation" view. This view should display a summary of all the data entered by the user before they submit the form.
I already have my custom Layout for my confirmation view, but I'm facing a challenge in passing the form's state to this layout. I've explored various options without success, and I was wondering if someone could give some ideas or point me in the right direction.
Additionally, I believe that this "confirmation" view would be a cool addition to Filament, especially for users navigating through multiple steps or tabs in a form. If there's interest, I'd be happy to contribute it as a pull request when I'm done with it.
Thanks in advance!
2 Replies
Any ideas for this? π
Hello. Were you able to make this work?