obisconcept/neos-ajax-form

Last activity 06 Dec 2022 1 1682
composer require obisconcept/neos-ajax-form

A Neos CMS package to load and submit forms with ajax.

3.0.0

Version
3.0.0
Type
neos-plugin
Release Date
Jul 04, 2020 16:26
Source
git
Distribution
zip
Requires
Suggest
MIT 4dae8d6628cc0418a068533d7088b8a33b115ea6

neos-ajax-form

A Neos CMS package to load and submit forms with ajax

Installation

Add the package in your site package composer.json

"require": {
  "obisconcept/neos-ajax-form": "~2.0.0"
}

Requirements

The package requires jQuery which is not provided within.

By default the standard form node type provided by Neos CMS will be removed. If you want to use both at the same time remove the constraint from the default content collection in your NodeTypes.yaml

'Neos.Neos:ContentCollection':
  constraints:
    nodeTypes:
      'Neos.Neos.NodeTypes:Form': TRUE
The content of the readme is provided by Github
The same vendor provides 14 package(s).