powermail icon indicating copy to clipboard operation
powermail copied to clipboard

This is the official repository of the TYPO3 extension powermail! Powermail is a well-known, editor-friendly, powerful and easy mailform extension for TYPO3

Results 253 powermail issues
Sort by recently updated
recently updated
newest added

`[getTSFE().type == 31311 || getTSFE().type == 31312 || getTSFE().type == 31319]` https://github.com/in2code-de/powermail/blob/77077c6965f3701de9062d0208b4fb6b5e0e7713/Configuration/TypoScript/Powermail_Frontend/setup.typoscript#L116C1-L116C80 should be `[getTSFE()?.type == 31311 || getTSFE()?.type == 31312 || getTSFE()?.type == 31319]` see official TYPO3 docs: >...

bug

Using file uploads as mandatory fields leads to an error, if you go to the confirmation page and then go back. The uploaded files are shown, but also an validation...

bug
under investigation

Hey, first and foremost thanks for the plugin and your effort to maintain it! So, I've a form where I use a predefined set of recievers, based upon a select...

bug
under investigation

In case a Powermail form with a `file` field throws a server sided validation error on submit (for example in the E-Mail or Captcha field), the previous appended files are...

bug
under investigation

Hello guys, I have set the following lines in constants: plugin.tx_powermail.settings.misc.uploadFolder = fileadmin/user_upload/powermail/ plugin.tx_powermail.settings.Pi2.misc.file.folder = fileadmin/user_upload/powermail/ ... and the pictures get uploaded correctly ... But in the backend detail view...

bug
under investigation

Hi, Since the upgrade to TYPO3 v11.5.30 optional upload fields, which are left empty when filling out the form, are not exported as *.csv or *.xls. With CSV or Excel...

bug
under investigation

TYPO3 11.5.28 & EXT:powermail 10.7.2. Enabling Ajax functionality through TypoScript (`plugin.tx_powermail.settings.setup.misc.ajaxSubmit = 1`) **and setting the field "Redirect to any other Page after submit" via flexform** always redirects to the...

under investigation

When the double opt-in feature is activated a standard text ``` Please have a look into your mail account and confirm this action. Bitte schauen Sie in Ihrem Posteingang nach...

feature

TYPO3 11.5.25 powermail 10.7.2 composer mode PHP 7.4.33 Left angle bracket in input field with sender name breaks mail to sender and receiver. --- ### Scenario one - simple contact...

under investigation

powermail (10.7.0), powermail_cond (10.1.0), TYPO3 11.5.24. We have configured a form with a **mandatory field inside a condition**... so if the condition is not met, the field should not be...

under investigation