Theme Tags

Code sample

echo FormWizard::widget([
    'theme' => FormWizard::THEME_TAGS,
    'steps' => [
        [
            'model' => new Shoots(),
            'title' => 'My Shoots',
            'description' => 'Add your shoots',
            'formInfoText' => 'Fill all fields',
            'fieldConfig' => [
                'image' => [
                    'options' => [
                        'type' => 'file'
                    ]
                ]
            ]
        ],
        [
            'model' => new ShootTag(),
            'title' => 'Shoot Tags',
            'description' => 'Add your shoot tags',
            'formInfoText' => 'Fill all fields'
        ],
        [
            'model' => new ContactForm(),
            'title' => 'Contact Information',
            'description' => 'Add your contact details',
            'formInfoText' => 'Fill All fields'
        ]
    ]
]);
Fill all fields

Fill all fields

Fill All fields