This project is no longer maintained and no further public releases are planned.

No further support will be given.

Feel free to fork the git repository.

Subparts

###TEMPLATE_FORM[1...x]###

Subpart for form template of a form. The number specifies the step.Single step forms will only contain ###TEMPLATE_FORM1### .

###TEMPLATE_FORM[1...x][SUFFIX]###

Subpart for form template of a multi step form with conditions. The number specifies the step and the suffix specifies the current route.

###FORM_STARTBLOCK###

Use this subpart in multistep forms to enter code that is the same in all steps. You can use the marker ###FORM_STARTBLOCK### in the following steps and it gets replaced with the content of the subpar...

###FORM_ENDBLOCK###

Use this subpart in multistep forms to enter code that is the same in all steps. You can use the marker ###FORM_ENDBLOCK### in the following steps and it gets replaced with the content of the subpart ...

###TEMPLATE_EMAIL_ADMIN_PLAIN###

This subpart contains the template for the plain text email sent to the admin if configured. It is used by Finisher\Mail.

###TEMPLATE_EMAIL_ADMIN_HTML###

This subpart contains the template for the HTML email sent to the admin if configured.It is used by Finisher\Mail.

###TEMPLATE_EMAIL_USER_PLAIN###

This subpart contains the template for the plain text email sent to the user if configured.It is used by Finisher\Mail.

###TEMPLATE_EMAIL_USER_HTML###

This subpart contains the template for the HTML email sent to the user if configured.It is used by Finisher\Mail.

###TEMPLATE_SUBMITTEDOK###

If you use Finisher\SubmittedOK to display special content after successful form submission, you can enter your template in this subpart.

###TEMPLATE_ANTISPAM###

Subpart for Interceptor\AntiSpamFormTime.

###TEMPLATE_PDF###

Subpart used by Generator\TcPdf.

###ISSET_[FIELDNAME]###

Use this subpart in your e-mail and confirmation templates to not show fields that were not filled out in the form.

###HAS_TRANSLATION_[KEY]###

The content of this subpart is only shown if the specified [key] is translated in one of the configured language files.

###IF_[FIELDNAME]=[value]###

The content of this subpart is only shown if the condition evaluates true. You can use spaces if you want. Values must not quoted. And both subpart marker must be identical. Operators for the values ...