Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple step not working properly #92

Open
nitinsonawane234 opened this issue Apr 20, 2023 · 0 comments
Open

Multiple step not working properly #92

nitinsonawane234 opened this issue Apr 20, 2023 · 0 comments

Comments

@nitinsonawane234
Copy link

nitinsonawane234 commented Apr 20, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant