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

Hello, we use powermail 7.3.1 and TYPO3 9.5.9. When we use default Captcha we get the error: "Wrong captcha code entered - please try again!". It seems that the generated...

One of my customer needed a step by step validation: based on the official [parsley-doc](https://parsleyjs.org/doc/examples/multisteps.html) i came up with this solution: can this be added as a feature? ```js $('.powermail_form...

feature

Hi, I have an problem with the validation of a password field with the following regex: `/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[\W])[a-zA-Z0-9\S]{8,}$/` -> rule: min. 8 characters, a small and a capital character, a number,...

Radio Buttons Partial adds a label with false _for_ attribute. ![grafik](https://user-images.githubusercontent.com/82145026/124911573-3129d380-dfed-11eb-96e5-11ed833f8fcd.png) HTML label element has a "for" attribute that should match the id of the input field. With radio buttons,...

bug

HI, I think that che field Argument: pageUid field under scheduler -> Powermail Task Export should be changed OR added another field to automatize better the entire export process. Infact...

feature

I want to store some form data into the user session with help of the saveSession function (https://github.com/einpraegsam/powermail/blob/develop/Documentation/ForAdministrators/BestPractice/SaveSession.md). After submit I redirect the user to another page. The form data...

under investigation

We are getting reports from customers, that some email clients (or servers?) prefetch some URLs in emails. This leads to requests for the disclaimer action which were not triggered (=clicked)...

feature

If an editor leaves the field _receiver.subject_ empty (and no override via TS is set), then the expected behaviour is that this disables the mail sending. The mail is indeed...

question

This may relate to #376, #466 Using TYPO3v9, EXT:powermail v9.4.0 and default Captcha. the optinConfirmAction() does forward to the createAction() where all validations are run on the $mail object. For...

Add this method in class ReceiverMailReceiverPropertiesService: `public function getMail() { return $this->mail; }` in order to give the possibilty to access the mail object in the Signal Slot implementation

feature