Hi.
How can I redirect my form to save in other action into the same controller.
Hi.
How can I redirect my form to save in other action into the same controller.
The solution for me.
<?php $form = ActiveForm::begin([
'method' => 'post',
'action' => ['fecha/create1'],//actionController
]); ?>