Screenshots
About FormIt
FormIt is a dynamic form processing Snippet for MODX Revolution. It handles form creation, submission, performing validation and followup actions like sending an email and auto replies.
Free Extra This is a free extra and the code is publicly available for you to change. The extra is being actively maintained and you're free to put in pull requests which match our roadmap. Please create an issue if the pull request differs from the roadmap so we can make sure we're on the same page.
Need help? [Approach our support desk for paid premium support](mailto:[email protected]).
Information
Released
August 19, 2022
Supported Database
MySQL
License
GPLv2
Supported Versions
3.0 - Current
Downloads
576,895
Instructions
Install via Package Management.
Updating to 3.0?
We've released FormIt 3.0 in order to avoid issues with Mcrypt in the near future, since it will be deprecated in PHP 7.2. Mcrypt has therefore been replaced by OpenSSL encryption.
After updating to 3.0.0, you should refresh the page and notice a red bar on the top of your manager. From there, you can initiate the migration process, which will decrypt your saved forms using Mcrypt and immediately encrypt them using OpenSSL.
New in 5.0.1-pl
- Fix Spam hook for MODX3 (PR#268, thanks to byEmma)
- Fix FormItSaveForm hook (#274)
- Fix pdoTools/pdoFetch checks, replace getService with modx->services (#271).
- Fix xpdo class references for MODX3.