Skip to content

Multiple step not working properly #92

@nitinsonawane234

Description

@nitinsonawane234

Hello,
Here is my yii2 code for static 3 steps (without using model). It is showing 2 different next and previous buttons, as well as the content of 3rd step. when I click in next button (to goto on step2) it shows nothing.
Also the all links on demo page is not opening ie. https://yii2plugins.omaraslam.com/formwizard

use buttflattery\formwizard\FormWizard;

echo FormWizard::widget([
'steps' => [
[
'title' => 'My Shoots 1',
'description' => 'Add your shoots 1',
'formInfoText' => 'Fill all fields 1',
],
[
'title' => 'My Shoots 2',
'description' => 'Add your shoots 2',
'formInfoText' => 'Fill all fields 2',
],
[
'title' => 'My Shoots 3',
'description' => 'Add your shoots 3',
'formInfoText' => 'Fill all fields 3',
],
]
]);

Here is the output of step1:
image

Here is the output of step2:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions