Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

1.9. Changelog

  1. 1.0.0 initial release – full functional but not recommended to use when you want to keep the recipients anonymous.

  2. 2.0.0 no more hidden fields (so recipients are anonym) except a “submitted” hidden field that has to be set, templating for the form itself, a “thank you” text when form was submitted and no redirect is specified (optional), plaintext-email to the user can be defined in the template (optional)

  3. 2.1.0 added ###TEMPLATE_EMAIL_RECEIVER### template (special formated email to the receiver is now possible) – optional,  “Reply-To” header was added to the email. (Reply-To address is the one you can insert in the “email sender (email from)” field of mailformplus)

  4. 2.2.0 page is set to “no caching” automatically when inserting a mailformplus-element on a page, mulit-language support by useing the “starting point” attribut of the plugin-element (the mailformplus element of the foreign page is displayed instead of the mailformplus element that is inserted on the current page)

  5. 2.4.0 frontend-user data can be accessed in HTML template via ###FEUSER_[field]### placeholders. Added italian translation.

  6. 3.0.0 submitted data is stored in the database. You can export this data as .CSV file via the news backend-module.

  7. 3.1.0 Save data into a database table of your choice (mapping inputfields -> dbfields via TypoScript) having file upload support! You can define error messages within the HTML template.

  8. 3.2.0 this version was only created because of massiv problems in the online-view of this manual. No functionality added

  9. 3.3.0 emails sent to the receiver specified in the backend plugin can be cusomized via HTML-subtemplate (###TEMPLATE_EMAIL_RECEIVER###); added more TypoScript for saving consistent data to the log-table (use this if you have inconsistence data formats when exporting data via the backend module)

  10. 3.4.0 *TypoScript: additional email header can be specified with TS, fields that should NOT be saved into the log-table can be specified via TS, dynamic inputfields can be defined in TS and are beeing replaced in the HTML-template; other updates: *backend module: “raw export” added and the possibility to convert the csv file from UTF-8 character set to ISO-1 when exporting; *placeholders: ###selected_[fieldname]_[value]### added

  11. 3.5.0 TypoScript: default settings for mailformplus settings (are used if fields are not filled out in the mailformplus element); backend module: exported records are marked and not shown anymore + better selection of pages having mailformplus records stored;

  12. 3.6.0 tested with TYPO3 v. 3.8, bugfix: saving fields in DB and uploading files, TS: possibility to send additional email parameters, debug functionality (only for advanced users) fileupload: markers to use in emails show the link to the picture(s) (clickable), documentation: better example for file uploads and saving data into a DB-table, new field: “reply-to”: uses the users email address as reply-to address in the admin-email

  13. 3.7.0 mail injection prevention, captcha support (ext: captcha), hook for post-processing submitted fields, bugfixes (realurl, backend module,...)

  14. 3.8.0 TYPO3 4.0 compatible, templates can be stored as references instead of copies (can be configured in the ext.manager), default values for empty fields (eg. checkboxes) when saving in DB, bugfixes: log-table csv export shows field description in first line, save_mode compatible (5th mail() parameter), PHP 4.4.2. header(..”\n\n”), no file uploaded error was shown

  15. 3.9.0 multipage forms, server side error checks, HTML&Plaintextmails, advanced file upload functionality, summary of submitted form on the “thank you” page via PRINT-template

  16. 4.0 better multilanguage support, multipage forms with conditions, spam notification, better server side error check options, better mapping options for saveDB, sr_freecap support, many new TS-Options.