Change active tab on click in form
tigrasti opened this issue · 2 comments
tigrasti commented
Is it possible to change active tab on submiting form above tabx, based on post data?
aikon2 commented
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]); } }
stale commented
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.