S
S
Sergey2015-04-10 19:45:21
Yii
Sergey, 2015-04-10 19:45:21

How to specify the address (action) for the form in the view file in yii2 using yii\widgets\ActiveForm?

If you create a form using the yii\widgets\ActiveForm methods

<? $form = ActiveForm::begin(['id' => 'search-form']); ?>
, then its action is equal to the current page address.
How can it be changed to /index.php?r=search/index for example?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rikcon, 2015-04-10
@butteff

www.yiiframework.com/doc-2.0/yii-widgets-activefor...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question