obisconcept/neos-ajax-form
composer require obisconcept/neos-ajax-form
A Neos CMS package to load and submit forms with ajax.
1.0.2
- Requires
- typo3/neos: ~2.3.0
- typo3/neos-nodetypes: ~2.3.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
Readme excerpt
neos-ajax-formA Neos CMS package to load and submit forms with ajax
InstallationAdd the package in your site package composer.json
"require": { "obisconcept/neos-ajax-form": "~2.0.0" } RequirementsThe 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': TRUERead more
The same vendor provides 14 package(s).