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
May 28, 2026
Supported Database
MySQL
License
GPLv2
Supported Versions
3.0 - Current
Downloads
593,109
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.2.3-pl
- Upgrade reCAPTCHA from v1 to v3.
- Replace recaptcha_public_key / recaptcha_private_key system settings with recaptcha_site_key / recaptcha_secret_key.
- Add recaptcha_min_score system setting (default: 0.5).
- Add recaptchaAction snippet property to override the default reCAPTCHA action name.
- Remove deprecated recaptchaTheme, recaptchaJs, recaptcha_use_ssl parameters.
- Rewrite formit.js: AJAX and reCAPTCHA v3 token injection, CustomEvent-based public API.