obisconcept/neos-ajax-form

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

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

dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2

Version
dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
Type
neos-plugin
Release Date
Dec 06, 2022 12:12
Source
git
Distribution
zip
Requires
  • neos/neos: ^4.0.0
  • neos/nodetypes: ^4.0.0
Suggest
  • obisconcept/neos-bootstrap: Provides jQuery which is required by the plugin
  • obisconcept/neos-jquery: Add this package, if you don't use obisconcept/neos-bootstrap package or if you don't inluded jQuery by yourself
MIT 5f17ac644a9ed969093319dc242993992890c509

Readme excerpt

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
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 14 package(s).