dev-master
9999999-devAjax form with malsup jquery-form
BSD-3-Clause
The Requires
by MarcioCamello
extension yii2 jquery mcms malsup form ajax
Ajax form with malsup jquery-form
Ajax form with malsup jquery-form, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist marciocamello/yii2-mcms-ajax-form "*"
or add, (*4)
"marciocamello/yii2-mcms-ajax-form": "*"
to the require section of your composer.json
file., (*5)
Once the extension is installed, simply use it in your code by :, (*6)
'register-form', 'options'=>[ 'enctype'=>'multipart/form-data' ], 'modal' => true, 'modalOptions' => [ 'header' => false, ], 'pluginOptions' => [ 'resetForm' => false, ], ]); ?> Your form objects here.
Ajax form with malsup jquery-form
BSD-3-Clause
extension yii2 jquery mcms malsup form ajax