PHPackages                             zimudec/wn-wizard-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. zimudec/wn-wizard-plugin

ActiveWinter-plugin[Validation &amp; Sanitization](/categories/validation)

zimudec/wn-wizard-plugin
========================

Wizard plugin for Winter CMS

1.0.7(2y ago)5483MITPHPPHP &gt;=7.0

Since Jun 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/zimudec/wn-wizard-plugin)[ Packagist](https://packagist.org/packages/zimudec/wn-wizard-plugin)[ Docs](https://github.com/zimudec/wn-wizard-plugin)[ RSS](/packages/zimudec-wn-wizard-plugin/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

wizard plugin
=============

[](#wizard-plugin)

Plugin that allows you to easily implement and configure a wizard system of steps with forms and validations to [Winter CMS](https://wintercms.com)

[![wizard_example](https://user-images.githubusercontent.com/491835/121741023-ec814a00-cacb-11eb-902e-1b01b5f2a0e3.png)](https://user-images.githubusercontent.com/491835/121741023-ec814a00-cacb-11eb-902e-1b01b5f2a0e3.png)

Installation
------------

[](#installation)

```
composer require zimudec/wn-wizard-plugin

```

### Usage example

[](#usage-example)

Create a new page and add the "wizard" component. You must configure the url to admit an optional parameter "/:step?", Configure the wizard steps, functions for ajax and the views of each step. Here is a complete example of a page with the implementation and explanatory comments. It can be used as a starting point:

```
title = "Wizard Example"
url = "/wizard-example/:step?"
layout = "default"
is_hidden = 0

[wizard]
==
