obisconcept / neos-ajax-form
A Neos CMS package to load and submit forms with ajax.
Installs: 1 683
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 4
Language:JavaScript
Type:neos-plugin
Requires
- neos/neos: ^4.0.0
- neos/nodetypes: ^4.0.0
Suggests
- 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
This package is auto-updated.
Last update: 2024-11-06 16:37:16 UTC
README
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