All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed array key check
- Added Norwegian translations
- Finally fix the element index UTF8 issue.
- Fix utf8 issue
- Fix overriding
toEmail
- Ability to override
toEmail
inside your form - Ability to override
template
inside your form (thanks @helderdb) - Ability to hide the badge when using ReCaptcha V3
- Fixed an issue with email being sent from the wrong address (thanks @helderdb)
- Added support for ReCaptcha V3
- Added support for Craft 3.1 env vars (thanks @benface)
- Fixed an issue with project config in 3.1
- Contact Form Extensions now checks if the submission was marked as spam before handling anything itself. This might solve issues with other plugins that mark it first.
- Added a
craft.contactForms.submissions
variable to display submissions in your templates (thanks @Floriswijgergangs)
- Confirmation email sender shoul be the system admin, thanks @Pinchcliffe
- Fixed encoding errors when saving checkboxes
- Fixed issue with customizing table attributes
- Fixed display of messages with new lines
- Fixed display of badge position setting
- Fixed a bug with encoding caused by the previous update
- UTF8 encoding issues should now be fixed for new submissions
- The columns added by the "Upvote" plugin won't show anymore
- "All submissions" can now be translated
- The badge position setting now saves the correct values
- Added a note when hiding the badge you should inform users in a different way
- Fix saving checkbox and radio inputs
- You can now add an invisible reCAPTCHA to your forms.
- You can now change the form name by passing a
message[formName]
field in your form. This way the entries will be grouped by each form. Thanks @curtishenson
- Fixed a bug where the confirmation email was not sent to the person filling out the form.
- Don't show the nav item when database submissions are disabled
- Fixed a bug where the submission was being passed JSON encoded to Twig
- Initial release