Search by

obisconcept / neos-ajax-form

obisconcept

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

Package info

github.com/obisconcept/neos-ajax-form

Language:JavaScript

Type:neos-plugin

pkg:composer/obisconcept/neos-ajax-form

Statistics

Installs: 1 686

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 4

3.0.0 2020-07-04 16:26 UTC

This package is auto-updated.

Last update: 2026-09-06 20:36:43 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