Answer the question
In order to leave comments, you need to log in
Why doesn't submit work?
The form:
<?php
$form = ActiveForm::begin();
?>
<?= Html::submitButton(Yii::t('app', 'Remove'), ['class' => 'btn btn-primary']) ?>
<?php ActiveForm::end() ?>
$md = new MdbUsers();
if($md->load(\Yii::$app->request->post())) {
$this->redirect('/');
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question