Quick Start
Installation
Open your console and run:
composer require martin/wn-forms-plugin
php artisan winter:up
Warning: October Marketplace version is still 1.0 and will not be upgraded.
Basic Usage
- On your Backend, goto CMS page.
- Click on the
Components
button on the left sidebar. - Drag selected component to your page.
- Configure component parameters (like form validation, notification settings, etc)
- To create your custom form, you need to override the component HTML (more info)
- if your component alias is
genericForm
, create a new partial and set as filenamegenericForm/default.htm
- write your own HTML form
- if you need an example, you can take a look the file
components/genericform/default.htm
- if your component alias is
- Your form is ready to use!
Notes
You need to enable AJAX framework by using following tag on your layout:
{% framework extras %}