How can I review data in wizard form before saving?
Step 1 -> fill all of data
Step 2 -> want to see all data to review
5 Replies
Have you tried a placeholder?
https://filamentphp.com/docs/3.x/forms/layout/placeholder/
yes already but after I showed placeholder in review page and try to save, it got null data.so can't save anymore in this solution.
I’m not understanding. You’re trying so save the placeholder? I think you’ll have better luck providing details and code examples so people understand what you’re trying to do.
let me explain,
my wizard is 2 step
first step -> I filled all of data
second step -> I showed all of filled first step data in this step with placeholder
after this, I clicked save button but all of data is null.
I just want to show in step 2 all of first step data.
I don’t see why it would be null tbh. Can you share the code ?