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

  1. On your Backend, goto CMS page.
  2. Click on the Components button on the left sidebar.
  3. Drag selected component to your page.
  4. Configure component parameters (like form validation, notification settings, etc)
  5. 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 filename genericForm/default.htm
    • write your own HTML form
    • if you need an example, you can take a look the file components/genericform/default.htm
  6. Your form is ready to use!
Basic usage

Notes

You need to enable AJAX framework by using following tag on your layout:

{% framework extras %}