Wizard
A series of html elements into sequential steps.
How to use?
Wrap any block in a parent element with an ID or class and add the same ID in the JS init function of the hs.step-form.js plugin.
Copy-paste the following <script>
near the end of your pages under JS Space to enable it.
Copy-paste the init function under JS Plugins Init., before the closing </body>
tag, to enable it.
Basic example
1
Meet our agent
2
Discuss with the owner
3
Make a deal

Title
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Recusandae ea, quaerat mollitia eligendi blanditiis consequatur placeat minima voluptates!
Get Started Next StepMethods
Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-
, as in data-wizard-content=""
.
Attribute | Description |
---|---|
|
The content container attribute which will be used to wrap all step headers. |
|
The content container attribute which will be used to wrap all step contents. |
|
Label for the next button. |
|
Label for the previous button. |