Closed tigrasti closed 5 years ago
my trick, in submitting form create variable step for change active tab:
if( $model->load($request->post()) ) { if( $model->save() ){ $step +=1; return $this->redirect(['update', 'step' => $step, '#' => 'w0-tab' . $step]); } }
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is it possible to change active tab on submiting form above tabx, based on post data?