solspace / craft-express-forms
Intuitive and lightweight form builder.
Installs: 29 457
Dependents: 3
Suggesters: 0
Security: 0
Stars: 13
Watchers: 6
Forks: 4
Open Issues: 2
Type:craft-plugin
Requires
- ext-json: *
- craftcms/cms: ^4.0.0
- nesbot/carbon: ^1.22.1|^2.19
- solspace/craft3-commons: ^1.0.19
- symfony/finder: ^2.8|^3.0|^4.0|^5.0|^6.0
- symfony/property-access: ^2.8|^3.0|^4.0|^5.0|^6.0
- symfony/yaml: ^3.0|^4.0|^5.0|^6.0
Requires (Dev)
- brainmaestro/composer-git-hooks: ^2.8
- friendsofphp/php-cs-fixer: ^3.4.0
- phpunit/phpunit: ^9.3.0
This package is auto-updated.
Last update: 2024-05-22 03:58:46 UTC
README
Express Forms is an intuitive and lightweight form builder that gets the job done but doesn't get in your way.
Caution
Important Notice - May 16, 2024
The Express Forms plugin has been discontinued.
It was originally created as a free and reliable form-building plugin for Craft CMS when other options were limited. It allowed for experimentation and trying different approaches, which was challenging to do with Freeform due to legacy constraints.
Over time, we incorporated new features and improved approaches from Express Forms into Freeform. With the significant rewrite of Freeform 5, we addressed many limitations related to extending and custom module development.
Now, Freeform 5 includes three editions: Express, Lite, and Pro. The Express edition of Freeform is free and suitable for most small sites that only require a simple contact form while offering many additional features and benefits.
What does this mean?
- Express Forms will not have a Craft 5-compatible version.
- Freeform 5 works on both Craft 4 and 5 and includes a migration utility from Express Forms.
- There will be no further updates for Express Forms 2.x, but support and critical bug fixes will continue.
- Customers with a Pro license of Express Forms will receive a free license to Freeform Pro for the transition. If we were unable to reach you, please get in touch with us.
Please see the Freeform migration guide for more information.
We apologize for any inconvenience caused.
Overview
Express Forms is a FREE reliable form building plugin for Craft CMS. It contains every feature available to the native Craft Contact Form plugin and more. It's simple and intuitive to use, and doesn't get in your way if you're wanting to build simple forms or handle your own templating and custom features. It was developed with a "developer first" mentality, so it's highly extendable. It also contains several built-in popular API integrations. Stop wasting valuable development hours wrestling with alternative form plugins. Express Forms makes form building smooth.
Key Features
Compare the key features for Express Forms between Lite and Pro editions. The FREE Lite edition includes all the essentials for creating and managing forms for most websites. Upgrade to Pro edition if you need additional functionality for your forms.
Feature | Description | Lite | Pro |
---|---|---|---|
Unlimited forms | Create and manage as many forms as you need | ✓ | ✓ |
Unlimited email notifications and template choices | Almost every conceivable option for sending HTML email(s), all customizable | ✓ | ✓ |
Email notifications saved as HTML files | Save email notification templates as HTML files, but also manage from directly inside control panel | ✓ | ✓ |
Beautiful and simplified Form Builder | Simple yet powerful, and easy to use | ✓ | ✓ |
All basic browser field types | Choose between a variety of regular field types | ✓ | ✓ |
Upload/attach files to submissions | Allow users to upload files which are validated and stored as Assets | ✓ | ✓ |
Manage submissions | View, edit, delete or export form submissions | ✓ | ✓ |
Save submissions to database, or not | Choose to store submission data, or never keep it on your site | ✓ | ✓ |
GDPR compliant | All the tools you need to make your forms GDPR compliant | ✓ | ✓ |
CSV Exporting | Export all submissions for a form as a CSV file | ✓ | ✓ |
XML, JSON and Excel Exporting | Export all submissions for a form as a XML, JSON or Excel file | ✓ | |
Built-in Honeypot spam protection | Powerful and effective advanced spam control built right in | ✓ | ✓ |
reCAPTCHA v2 Checkbox | Fight spam with reCAPTCHA v2 Checkbox | ✓ | ✓ |
Clean and simplified templating and available automation | Full control with regular Twig/HTML templates to customize layouts | ✓ | ✓ |
Inline errors | Display error messages and validation per field upon submit | ✓ | ✓ |
Demo templates | Just 1 click and you have an example form and a real-world set of working templates | ✓ | ✓ |
Basic permission controls | Basic user group and user permission controls for each section of plugin | ✓ | ✓ |
Developer-friendly | Extensive developer events for all your needs | ✓ | ✓ |
Translatable | Translate fields for front end with translation files | ✓ | ✓ |
Popular CRM API integrations | Currently includes Salesforce Lead, Salesforce Opportunity and HubSpot | ✓ | |
Popular Mailing List API integrations | Currently includes MailChimp, Campaign Monitor, and Constant Contact | ✓ | |
Dashboard Widgets | Includes a dashboard widget that displays stats for your form submissions | ✓ | |
Rename plugin | Rename the plugin name (throughout CP) to whatever you like | ✓ |
Pricing & Support
Check out the chart below to help you choose the right version for your needs.
Lite | Pro | |
---|---|---|
Price | FREE | $49 |
Number of sites (including dev/staging) | 1 site | 1 site |
Support Level † Support tickets will typically receive first response within this timeframe or sooner, based on business days. |
3-5 days† | 2 days† |
Support term | N/A | 1 year |
Updates available | N/A | 1 year |
Renewal (optional) | N/A | $29/yr |
Compatibility | Craft 4.0+ | Craft 4.0+ |
Refund policy | N/A | 30 days |
TRY IT TODAY! | Install Free! | Buy! |
Requirements
Solspace Express Forms mostly meets the same requirements as listed on the Craft Requirements page.
- Craft 4.0.0+
- PHP 8.0.2+
- MySQL 5.7.8+ with InnoDB, MariaDB 10.2.7+, or PostgreSQL 9.5+
- Windows and macOS browsers:
- Chrome 63+
- Firefox 67+
- Safari 11.1+
- Edge 79+
Installation
To install Express Forms, simply:
- Go to the Plugin Store area inside your Craft control panel and search for Express Forms.
- Choose to install Express Forms Lite or Express Forms Pro edition.
- Click on the Try button to install a trial copy of Express Forms.
- Try things out and if Express Forms is right for your site, and then purchase a copy of it through the Plugin Store when you're ready!
Express Forms can also be installed manually through Composer:
- Open your terminal and go to your Craft project:
cd /path/to/project
- Then tell Composer to require the plugin:
composer require solspace/craft-express-forms
- In the Craft control panel, go to Settings → Plugins and click the Install button for Express Forms.
Documentation
Full documentation for Express Forms can be found on the Craft Express documentation website.