Finisher
Finisher\ClearCache
Clear the page cache. If no further configuration is given, the current page's cache will be cleared.
Finisher\GenerateAuthCode
Generates a unique token for a database entry.This can be users for FE user registration or newsletter registration.
Finisher\Redirect
Redirects to specified page after successful form submission.
Finisher\StoreUploadedFiles
Moves uploaded files from the temporary folder to a new one and renames them if so configured.
Finisher\SubmittedOK
This Finisher displays the content of the subpart ###TEMPLATE_SUBMITTEDOK### after the form was finished. Add this Finisher as the last one to show text to the user without redirection to another page...
Finisher\DB
Saves submitted values into a specified DB table. The data saved to DB is accessible through template markers, e.g.: ###value_saveDB|tablename|field### or ###value_saveDB|fe_users|username###. If data...
Finisher\AutoDB
Extends Finisher\DB to automatically generate the database fields for the fields in your form when a backend user is logged in and .autoCreate is enabled. To do this it scans your template code for fo...
Finisher\DifferentDB
Saves the submitted values into a specified DB table using a database other than the TYPO3 database. This component requires the extension adodb to be installed.
Finisher\Mail
Sends emails to specified addresses using following subparts in the HTML template:TEMPLATE_EMAIL_USER_PLAIN TEMPLATE_EMAIL_USER_HTML TEMPLATE_EMAIL_ADMIN_PLAIN TEMPLATE_EMAIL_ADMIN_HTML
Finisher\RestoreLanguage
Switch back to the current language in FE after the language is set by Finisher\SetLanguage.
Finisher\SetLanguage
Switch to another language. This can be used to send emails using the same language every time instead of the current language in FE.
Finisher\StoreGP
This Finisher stores the GET/POST values in the Formhandler session for further use in other plugins to not lose changes in GET/POST values made by other Finishers (e.g. insert_id from Finisher_DB). T...