PHPackages                             zimudec/oc-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/oc-wizard-plugin

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

zimudec/oc-wizard-plugin
========================

Wizard plugin for OctoberCMS

1.0.4(4y ago)3103MITPHPPHP &gt;=7.0

Since Jun 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/zimudec/oc-wizard-plugin)[ Packagist](https://packagist.org/packages/zimudec/oc-wizard-plugin)[ Docs](https://github.com/zimudec/oc-wizard-plugin)[ RSS](/packages/zimudec-oc-wizard-plugin/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (4)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 [OctoberCMS](https://octobercms.com)

[![wizard_example](https://user-images.githubusercontent.com/491835/121744710-4b958d80-cad1-11eb-8490-1269c4e5d08c.png)](https://user-images.githubusercontent.com/491835/121744710-4b958d80-cad1-11eb-8490-1269c4e5d08c.png)

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

[](#installation)

```
composer require zimudec/oc-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]
==
