.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. ================================================== .. DEFINE SOME TEXTROLES .. -------------------------------------------------- .. role:: underline .. role:: typoscript(code) .. role:: ts(typoscript) :class: typoscript .. role:: php(code) Administration -------------- If you want the download link to be shown on the thx site after the user submitted his data you need to edit the Web.html template (Resources/Private/PowermailAll/Web.html) of powermail. Snippet :: {answer.value} {answer.value} Example: :: {namespace vh=In2code\Powermail\ViewHelpers} Mail: {mail} Answer: {answer}
{answer.field.title}
{answer.value} {answer.value} {subValue},
The extension adds to new fields to powermail form: **donwloadLink** and **file**. If you don't want to have them on thethx site or in the email you need so filter them in the Web.html and Mail.html template of powermail. Can look like this: :: {answer.value} The extension uses FPDM from fpdftk (http://www.fpdf.org/en/script/script93.php) which does not support check boxes in pdfs. If you want to fill checkboses in the pdf you need to have pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/) installed on your server. The the extension uses pdftk to create the pdf and checkboxes can be filed. (may not work yet)