Powermail is a well-known, powerful and easy to use mailform extension for TYPO3.
Questions tagged [powermail]
141 questions
0
votes
1 answer
How can I add an action to a TYPO3 frontend plugin?
I am using powermail and extending it with powermail_extended and want to add a new action to what the frontend plugin is doing.
Extending the Controller is not the issue: It is overloaded via XCLASS:
config.tx_extbase.objects {
…

giraff
- 4,601
- 2
- 23
- 35
0
votes
1 answer
How to force Powermail validation before Submit
I'm currently working on a payment solution using the Typo3-Extension "Powermail".
I already added a checkout flow via PayPal. The problem is that you can access this even if the form is not validatet.
Is there a possibility to call the validator…

schew13
- 11
0
votes
2 answers
Where must finisher files (for powermail finisher) be located?
I am currently trying to add a finisher to my powerplay form.
The target is to delete all elements in a specific folder after the form is submited.
I currently use :
this tutorial
I first put this into my setup.txt
plugin.tx_powermail.settings.setup…

Larkis
- 67
- 1
- 11
0
votes
1 answer
TYPO3: Powermail - Show submitted info on redirect page
When the user submits a Powermail form how do you show the information that was entered on the redirected page?
By default it will reload the current page to show the entered info in place of the form. Because my form is in a popup modal I need to…

user500665
- 1,220
- 1
- 12
- 38
0
votes
1 answer
Add send date to HTML mail in TYPO3 powermail
Is it possible to add the send date to the HTML mail which is sent?
Thanks in Advance

Felix
- 5,452
- 12
- 68
- 163
0
votes
1 answer
TYPO3 powermail define bootstrap col-md-12
I have a TYPO3 website with latest powermail plugin.
all inputfiels got col-md-6 as css class
I want that they all have col-md-12 wheren can I change this?
Thanks

Felix
- 5,452
- 12
- 68
- 163
0
votes
2 answers
Disable validation of a field in Powermail depending on radiobutton
So the problem is as follows:
We have a Powermail 1.6.11 form in Typo3 4.5.40.
There is a radiobutton. When user selects an option, some of the mandatory fields are either shown or hidden via js. If the fields are hidden, they, of course, become…

GodlyHedgehog
- 86
- 8
0
votes
1 answer
TYPO3 - include a powermail form via typoscript
In sys folder [31] I've created a powermail form with uid=3 ... but how do I include it in a partial with typoscript?
lib.powermailmyform = CONTENT
lib.powermailmyform {
select.pidInList = 3
}
... in Fluid-Template Show.html:

Philipp M
- 3,306
- 5
- 36
- 90
0
votes
1 answer
Alternate ReceiverMail template in Powermail
I have 2 Powermail forms on a page and one needs a custom receiverMail template.
How can I specify what template file to use based on the plugin instance?
My best guess would be to do something like this:
plugin.tx_powermail {
view {
…

user500665
- 1,220
- 1
- 12
- 38
0
votes
1 answer
Powermail: fill empty fields with a default value
I am trying to create a contact form in which users can fill out optional fields. I set plugin.tx_powermail.settings.setup.misc.showOnlyFilledValues = 0 so that empty fields are still shown on the confirmation page (right before submitting the form)…

Norman
- 11
- 1
0
votes
0 answers
typo3 powermail hidden informations after 6.2 to 7.6 migration
i would like to know why some informations from forms disappears from back-office:
For each form,
Mail to receiver
Mail to user
Submit page
are empty but in front, after form submition, these infos are displayed.
So they exists but i can't edit…

Jul6art
- 219
- 3
- 14
0
votes
2 answers
TYPO3 powermail - change transalation of one field in form
I'm looking for TypoScript configuration for powermail to change a validation mandatory message of one field - type: file upload. Unfortunately this one type don't have a option to specify custom validation...
Maybe there is an option to get the…

Paweł Burzyński
- 56
- 4
0
votes
1 answer
TYPO3 Powermail: Different recipients depending on formfield?
I have a question (TYPO3 7.6 / Powermail 3.19): Is it possible, to send a form to different recipients depending on the content of a formfield?
To be more exact: I have a mandatory formfield, where a serial number should be filled in. If this number…

A.Tietz
- 67
- 8
0
votes
1 answer
Powermail, format output von powermail_all
TYPO3 7.6, actual version of powermail. The Output in confirmation page and receiver mail of checkboxen is devided by , - it looks like this:
my checkboxes: option 1, option 2, option 3
etc.
I need the options devided by new lines.
Is this…

lisardo
- 1,322
- 16
- 31
0
votes
2 answers
Powermail send to third party
I use a powermail form and want to send the formdata to a third party script with this code.
plugin.tx_powermail.settings.setup {
marketing {
sendPost {
_enable = TEXT
_enable.value = 1
targetUrl =…

seking
- 35
- 8