FilamentF
Filament14mo ago
Trasek

Stepsform + action after submit

Hey, I have a step form with an action to create a new post. I want to add a modal that verifies the post with a special code. All the code is in PostResource/Pages/CreatePost.php within the getSteps function.

I'm trying to add a new getActions function and create an action within it, but the modal isn't displaying.

How can this be done correctly?
Was this page helpful?