Skip to content

Theme Tags

Coackroach edited this page Apr 21, 2019 · 2 revisions

echo FormWizard::widget([
    'theme' => FormWizard::THEME_TAGS,
    'steps' => [
        [
            'model' => new Shoots(),
            'title' => 'My Shoots',
            'description' => 'Add your shoots',
            'formInfoText' => 'Fill all fields',
        ],
        [
            'model' => new ShootTag(),
            'title' => 'Shoot Tags',
            'description' => 'Add your shoot tags',
            'formInfoText' => 'Fill all fields'
        ],
    ]
]);
Clone this wiki locally