onedrop/ajaxform

Last activity 06 Oct 2022 6 3 7585
composer require onedrop/ajaxform

Neos package that provides an additional Form prototype, Routes and JS to have Ajax forms

3.5.0

Version
3.5.0
Type
neos-package
Release Date
Aug 02, 2021 16:06
Source
git
Distribution
zip
Requires
  • neos/neos: ~3.0 || ^4.0 || ^5.0 || ^7.0
  • neos/nodetypes-form: ~3.0 || ^4.0 || ^5.0 || ^7.0
MIT 8476669d43742f524b952cc3ca6c503b44b73059

Readme excerpt

Onedrop.AjaxForm

This package provides an additional form element which can be used as a replacement of Neos.NodeTypes:Form to serve every form asynchronously via javascript.

It's built according to the principle of progressive enhancement and will fallback to the default behavior of the Form element.

This is especially useful if you serve your form inside a modal dialog or an accordion and the regular form causes a page reload which makes the confirmation message invisible to your user.

This package adds additional javascript to the end of the body of every page which provides the functionality.

This javascript does not require jQuery, it's plain v…
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 19 package(s).