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

1.2. Users manual

Tested with TYPO3 version

ested with TYPO3 version
  1. TYPO3 4.1

  2. TYPO3 4.2

Suggested extension

  1. powermail version 1.1.7 +

Installation

  1. Install from TER

  2. Insert static template (powermail multiple upload) to your main template

Using powermail multiple upload

As fieldtype you can now select “Multiple upload”. This fieldtype has one more option in its flexform: Amount of files (max). This option sets the maximum number of files the visitor can attach to his/her mail.

FAQ

  1. Q: Can I redesign the output of the file inside the form?

  2. A: Yes you can do so by using CSS.

  3. Q: Can I change the advice for the maximum number of files?

  4. A: Yes, you can change it by TypoScript.

Example

      tx_powermailmul_pi2._LOCAL_LANG.de {

         tx_powermail_mul.multiupload.amount.label  = Only up to %s files are allowed.

      }

    Use %s as placeholder for the number.