Skip to content

Changelog

5.1.5 (05-03-2025)

  • Bugfix: remove console.log in the recaptcha code

5.1.4 (06-01-2025)

  • Updated: icon
  • Added: {email_template send_email="no"} to control if you actual send an email or just save the submission only
  • Added: default_from CP setting to set a default from email address in case we could fill this when omitted in the form tag
  • Bugfix: where the export was throwing an error

5.1.3 (14-11-2024)

  • Added: German language pack (thanks @Werner)
  • Added: legacy file for EE3,4,5

5.1.2 (11-10-2024)

  • Bugfix: where {email_template} could not be parsed and as a result no email was send

5.1.1 (05-09-2024)

  • Remove the debug info as variable
  • Updated: better support for the {success} and {error} messages
  • Bugfix: when having multiple forms on a page, only the first catch the errors

5.1.0 (02-10-2023)

  • Updated: PHP 8.2 support

5.0.0 (24-05-2023)

  • Updated: scoped the composer vendor folder to avoid race conditions with other modules
  • Bugfix: allowed_types is not merged with the default types
  • Bugfix: PHP 8.1 issues

4.7.0 (03-11-2022)

  • Updated: min EE version 6.x (or higher)
  • Added: bulk deletion for submissions

4.6.0 (18-10-2022)

  • Added: the form label when using the saved forms

4.5.3 (09-05-2022)

  • Bugfix: issue with the success message where it cannot be fetched

4.5.2 (25-05-2021)

  • Bugfix: respect save submission setting

4.5.1 (18-05-2021)

  • Bugfix: clear attachments from previous session

4.5.0 (17-02-2021)

  • Added: export submissions

4.4.1 (29-12-2020)

  • Bugfix: where the license warning was not showed correctly in EE6

4.4.0 (02-12-2020)

  • Added: EE6 support

4.3.0 (24-09-2020)

  • Added: subject to the submissions log
  • Added: direct="yes" for sending directly one email.
  • Added: lang="" for the {exp:reinos_email_form:init_recaptcha} tag

4.2.0 (20-08-2020)

  • Added: respect_br="yes" to respect line breaks in mailtype="html" mode

4.1.1 (10-08-2020)

  • Bugfix: where a custom attribute throws an error

4.1.0 (09-06-2020)

  • Added: form_label to identify a submission
  • Update: EE3 compatibility

4.0.2 (17-05-2020)

  • Added: support for pair values inside templates {<your_field_name>_pair}

4.0.1 (29-07-2019)

  • Bugfix: where in some case the update was throwing an error

4.0.0 (27-06-2019)

  • Refactor: License settings due the release of the EE store (*Breaking changes)
  • Refactor: Rename the module with a prefix of reinos_ due the release of the EE store *(*Breaking changes)

*Note: There is a change you will have to validate the license again

**Note: Because the module has been renamed with a prefix reinos_ there is an update path by simply add the new update to your site and install it. By installing the module, you are disabling the old module that can be deleted afterward. Also note that you have to rename the module calls and hooks with a prefix reinos_

See this article about the rename https://addons.reinos.nl/news/modules-renamed

3.3.0 (11-04-2019)

  • Added: Captcha and ReCaptcha support
  • Added: form_attr:your-attr="" param for adding custom attributes to the form element

3.2.0 (19-12-2018)

  • Added: EE5 support
  • Stopped: EE3 feature development. Only bugfixes are done into the EE3 branch.

3.1.1 (08-06-2018)

  • Added: license support for MSM

3.1.0 (25-04-2018)

  • Added: new license field (*Breaking changes) [EE3, EE4]
  • Bugfix: where a form cannot be opened with session_id enabled [EE3, EE4]
  • Bugfix: PHP 7.2 issue [EE3, EE4]

***Note: you need to add your license key and license email from addons.reinos.nl in order to validate your license and add a valid domain url in your license field on addons.reinos.nl/profile/licenses or the module will not work on a live site. Also make sure you have read the license section in the documentation **

3.0.0 (04-12-2017)

  • Refactor: Module updater
  • Added: EE4 support

2.0.4 (01-11-2017)

  • Update: EE4 compatible

2.0.3 (01-05-2017)

  • Updated: update script (again 😉)

2.0.1 (21-06-2016)

  • Updated: update script

2.0.0 (20-06-2016)

  • Added: support for EE3

1.8.1

  • Bugfix : where there is an PHP error
  • Bugfix: in the upload proces

1.8

  • Added: the hooks return something now
  • Added: options to remove the attachments or not
  • Added: email_form_allowed_types param
  • Added: email_form_attachment hook to assign extra files via an extension
  • Added: name="" to the email_template tags to set the name of an email template for use in extensions
  • Moved: upload dir to the cache dir
  • Bugfix: where the CP navigation was not working

1.7

  • Added: save form in the backend
  • Added: new tag

1.6.1

  • Bugfix: where the update process goes wrong

1.6

  • Added: submission table, save all submission
  • Bugfix: when the error_return_url whas empty, the redirect was directing to "/"

1.5.4

  • Added : error_return_url="" param

1.5.3

  • Added : current_url param to overide the current page
  • Bugfix : minor
  • Updated : EE 2.9 support

1.5.2

  • Bugfix : where the return_url was working instead of the current url on an error
  • Removed : secure_forms_check function call to be comaptible with EE 2.8

1.5.1

  • Bugfix: where the variables where not correctly parsed on the frontend

1.5

  • Added : Enable checkbox compatibility
  • Added : parse any other module in the message
  • Bugfix : Where to and from where switched
  • Bugfix: Where the return url whas not working correctly

1.4.1

  • Added : license field
  • Bugfix : MSM issue
  • Bugfix : install/update issues

1.4

  • Added : use of dynamic variables in the params e.g. {email_template to:email="{email_address}"}
  • Added : use of attachments
  • Added : secure="" param for disable the secure form function
  • Added : {validation_errors} variable to show all errors
  • Bugfix : small issues

1.3

  • updated : the {email_template} to use the email config (e.g. to, cc, bcc etc.)

1.2.1

  • Updated : hook return values

1.2

  • Updated : better encrypting
  • Added : 2 new hooks for the form self

1.1

  • Added : encrypted data

1.0

  • Init release