Top "Active-form" questions

ActiveForm is a widget that builds an interactive HTML form for one or multiple data models.

Redirect from one view to another view - Yii2

This is my form in the view page of my website. <?= $form->field($model, 'taskID')->textInput([…

php view yii2 active-form
Yii2 Insert multiple records of a same table

I Have my model with 2 fields Product.php: [['ID_PRODUCT'], 'integer'], [['NAME_PRODUCT'], 'string'], my Controller ProductController.php: public function …

php forms yii2 active-form
Yii2. Form get Input Id

I am trying to the ID of a field in order to use it in js. I have read Yii2 …

php yii2 active-form
How to update widget with pjax in modal window in yii2

I have two ActiveForms in a modal window and after submitting first form, I need to update second one and …

php ajax yii2 pjax active-form
How to disable wrap checkbox with .form-group in Yii2

How to disable wrap checkbox with div.form-group in Yii2 using yii\bootstrap\ActiveForm? That I need (AdminLTE login page …

twitter-bootstrap yii yii2 active-form
How to prepend / append bootstrap3 icon to Active Form in yii2 alpha

This is how i added the icon with text field. Also added the image of generated output. I don't want …

twitter-bootstrap icons textfield yii2 active-form
Yii2 preselect radiobutton value

I know I can use <?= $form ->field($model, 'subject') ->textInput(array('value' => 'VALUE')) -&…

yii2 active-form