Download the PHP package terminal42/contao-ajaxform without Composer
On this page you can find all versions of the php package terminal42/contao-ajaxform. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download terminal42/contao-ajaxform
More information about terminal42/contao-ajaxform
Files in terminal42/contao-ajaxform
Package contao-ajaxform
Short Description Ajax Form extension for Contao Open Source CMS
License LGPL-3.0+
Informations about the package contao-ajaxform
ajaxform
🚨 This extension will become unsupported once Contao 4.13 LTS is EOL. This is because we have contributed the feature to Contao Core. You can use it as of Contao version 5.1 and you will thus no longer need this extension 🎉
Allows you to submit your forms that were generated with the built-in form generator via Ajax. After the installation you will have a new content element called "Form with Ajax" available. Simply choose that and enjoy the magic.
It also works with redirects so you can use it in combination with e.g. "mp_forms".
This extension does not require jQuery or MooTools and thus only works in modern browsers.
Migration from contao-ajaxform to the Contao Core feature as of 5.1
A manual migration is very easy:
First, search for all the content elements of type ajaxform
. If you want to do it on database level, you can do it by running SELECT * FROM tl_content WHERE type='ajaxform'
. Then, do the following steps for every single one of them:
- Copy the confirmation
text
to your clipboard. - Go to the respective form, enable the new Ajax confirmation message feature and paste your confirmation text.
- Replace the
ajaxform
content element with the regularform
content element. - Uninstall the extension.
You can also automate it by using the Contao Migration framework in your app. The migration needed looks like this:
All versions of contao-ajaxform with dependencies
contao/core-bundle Version ^4.9 || 5.0.*
contao-community-alliance/composer-plugin Version ^2.4.1 || ~3.0