-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Coackroach edited this page Jan 11, 2020
·
10 revisions
Welcome to the yii2-formwizard wiki!
A Yii2 plugin used for creating stepped form or form wizard using yii\widgets\ActiveForm
and \yii\db\ActiveRecord
, it uses smart wizard library for creating the form interface that uses 3 builtin and 2 extra themes, moreover, you can also create your own customized theme too.
Note: It uses limited features of the jquery plugin SmartWizard that suite the needs of the ActiveForm validation so not all options in the javascript plugin library are allowed to be changed or customized from within this plugin.
- Get Running with Minimal Options
- Disable ActiveForm Validation
- Enable Ajax Validation
- Add Custom Buttons
- Widget Constants
- Customizing Form Fields
- Configuring File Uploads
- Custom Field Order
- Single Model Across Steps
- Multiple models in a single step
-
Tabular Steps-(New)
- Working With Widgets
- Limiting Rows
- Dependent Inputs Since v1.7.2
- Skip-able Step-(Since v1.5.0)
- Enable Preview Step-(New)
- Group Fields-(New)
- Enable Form Persistence-(New)
- Enable Edit Mode - (Since v1.6.4)