Theme Arrows

Code sample

//View code
use buttflatteryormwizard\FormWizard;

echo FormWizard::widget([
    'theme' => FormWizard::THEME_ARROWS,
    'steps' => [
        [
            'model' => $shootsModel,
            'title' => 'My Shoots',
            'description' => 'Add your shoots',
            'formInfoText' => 'Fill all fields'
        ],
        [
            'model' => $shootTagModel,
            'title' => 'Shoot Tags',
            'description' => 'Add your shoot tags',
            'formInfoText' => 'Fill all fields'
        ],
    ]
]);
Fill all fields

Fill all fields