Answer the question
In order to leave comments, you need to log in
Can't submit yii form?
<form action="/wow/index" method="post">
<input type="text" name="name">
<input type="text" name="email">
<button type="submit" class="btn btn-primary">Отправить</button>
</form>
class WowController extends Controller
{
public function actionIndex() {
echo 'Wow';
}
}
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