A simple plugin for ajax forms.
The plugin for use with the yii\widgets\ActiveForm
composer require rkit/yii2-ajaxform-plugin
Then, register asset
rkit\yii2\plugins\ajaxform\Asset::register($this);
npm install yii2-ajaxform-plugin --save
Then, add the module
require('yii2-ajaxform-plugin');
Comments