react-stepzilla is a multi-step wizard component for sequential data collection.
Questions tagged [react-stepzilla]
8 questions
6
votes
3 answers
IsValidated not working with redux in react stepzilla
I developed the multistep registration form using react-stepzilla.I am using react and redux in this registration.
I need to validate the steps and i followed these steps to add the validation to the steps
I added the isValidated function to the…

Allu Manikyam
- 481
- 1
- 8
- 31
2
votes
1 answer
How to Hide navigation buttons in some steps on react stepzilla
I have five steps on react stepzilla but on first step I wanted to hide next button. I have tried:
const steps =
[
{name: 'Step 1', component: },
{name: 'Step 2', component:…
user12016539
2
votes
1 answer
react-stepzilla and React 16
I am attempting to make use of react-stepzilla, but am getting an error when I install the package:
react-stepzilla@4.7.2 requires a peer of react@^15.5.4 but none is
installed. You must install peer dependencies yourself.
I am using "react":…

Craig
- 18,074
- 38
- 147
- 248
1
vote
1 answer
React with StepZilla: type is invalid
I tried to use the StepZilla Component from: https://github.com/newbreedofgeek/react-stepzilla but I have a problem.
I tried the following like explained in the StepZilla homepage:
import React from 'react';
import ReactDOM from 'react-dom';
import…

codenewbie
- 61
- 7
0
votes
2 answers
Radio validation in multistep Reactjs (StepZilla)
I'm attempting to add validation for radio buttons and check boxes within the StepZilla wizard. Essentially not allowing the user to proceed unless a choice has been selected. The way I have it now the user is allowed to skip the first step without…

Flexipop
- 11
- 4
0
votes
1 answer
React router in react stepzilla
I am using react stepzilla to create a step wizzard for my forms. Now, I need to show the URL path for each step in the browser. By default stepzilla does not show the URL paths.
Is it possible to include React router and include the stepzilla…

xela84
- 262
- 2
- 10
0
votes
0 answers
I'm not able to jump to other step
Using StepZilla, I'm not able to jump on other step...I'm not using any browser session, here I'm using redux store.
import React from 'react';
import StepZilla from 'react-stepzilla';
import ThankyouStep from './ThankyouStep.js';
import Purchase…

Ayushi J
- 3
- 3
0
votes
2 answers
React can't find Module
I'm trying to install a package called 'react-stepzilla'.
I've installed and saved this via NPM and made sure this is included in the .package-json file. All of the files are there too.
I've included the following at the top of my main Component...
…

Michael Weaver
- 23
- 1
- 8