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

4.0.0

Version
4.0.0
Type
neos-package
Release Date
Oct 05, 2022 09:20
Source
git
Distribution
zip
Requires
  • neos/neos: ~3.0 || ^4.0 || ^5.0 || ^7.0 || ^8.0
  • neos/nodetypes-form: ~3.0 || ^4.0 || ^5.0 || ^7.0 || ^8.0
MIT 9f8978b58e25bab8ffff0c86f942dae7a8347c34

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).