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?
1 Reply
Trasek
TrasekOP5d ago
Ahh it added button but on upper of site.. I want to display model after "Submit".. I don't know where to start,, I'am using:
use CreateRecord\Concerns\HasWizard;

protected function getSteps(): array
{

return [
Step::make('something')
->columns(3)
->schema([
use CreateRecord\Concerns\HasWizard;

protected function getSteps(): array
{

return [
Step::make('something')
->columns(3)
->schema([
Want results from more Discord servers?
Add your server