onedrop/ajaxform
composer require onedrop/ajaxform
Neos package that provides an additional Form prototype, Routes and JS to have Ajax forms
4.0.0
Readme excerpt
Onedrop.AjaxFormThis 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 same vendor provides 19 package(s).