Documentation
RocketFuel
<  Widgets

SC Wizard

### Description
Break up a long form into logical segments. The SC Wizard widget allows users to focus on individual sections of a form in a visually compelling way. This widget requires no special implementation or modification to the standard catalog item. It uses the standard metadata from the catalog item to break up the long form into actionable step by step segments.

### Instance Options
| Option  | Property | Comments | Default Value | Source |
| ----- |:-----:| ---- | ---- | ---- |
| Show heading | `show_heading` | Shows the item name and short description at the top if selected. | `true` | Options Schema |
### CSS/SASS Variables
_CSS/SASS variables are given default values that can be overridden with theming or portal-level CSS._
| Variable | Comments |
| -------- |:---|
| `$nr-wizard-step-inactive` | Determines the color of an inactive step on the wizard. |
| `$nr-wizard-step-active` | Determines the color of an active step on the wizard. |
| `$nr-wizard-step-current` | Determines the color of the current step on the wizard. |

### API's
| Variable | Comments |
| -------- |:---|
| `scWizard.getCurrentSection()` | Returns the number of the current section (starting at 0). |
| `scWizard.getNumberOfSections()` | Returns the number of sections. |
| `scWizard.isLastSection()` | Returns a boolean of if the current slide is the last slide. |

Want to Learn More? Talk to an Expert
Contact Us