Questions tagged [powermail]

Powermail is a well-known, powerful and easy to use mailform extension for TYPO3.

141 questions
6
votes
3 answers

Send TYPO3 EXT:powermail mail to different receivers depending on selection in a dropdown

I often have the requirement to send a powermail-form to different receivers depending on a selection of a selectfield within the form. Im using TYPO3 7.6.x and Powermail 3.3.0 How can this be done?
randomresult
  • 573
  • 6
  • 14
5
votes
5 answers

TYPO3 Powermail - Methods to add a link in a checkbox label or title

Since powermail 6.0. it's possible to add a link in a checkbox label (for GDPR) as per the docu: https://docs.typo3.org/typo3cms/extensions/powermail/ForAdministrators/Privacy/Index.html#add-a-link-in-a-checkbox-label. It says: Just use an option…
Philipp M
  • 3,306
  • 5
  • 36
  • 90
3
votes
4 answers

Add, Rename or Remove Layout option in Powermail

In the powermail documentation it mentions about a field's Layout dropdown: Administrator can add, remove or rename some of the entries. How do you add a layout option to the dropdown? How do you specify what class that new option will add?
user500665
  • 1,220
  • 1
  • 12
  • 38
2
votes
2 answers

symfony condition syntax for on/off mail to sender by checkbox in frontend

Before the update to TYPO3 9.5 I used the following condition syntax in setup.typoscript to enable sending an email to the sender using a checkbox in the frontend form: [globalString = GP:tx_powermail_pi1|field|emailanabsender|0 = ] …
boogie76
  • 41
  • 4
2
votes
1 answer

Typo3 Powermail: Insert value from form into Powermail input field from another page

I'm working on a website that has a simple form consisting of an input field, where an email address can be entered, and a submit button in the footer. The button leads to a contact page with a Powermail form. The form has an input field where the…
2
votes
2 answers

How to overwrite A flexform of repository extension in to the Site Package in order to change the configuration

Are there any docs that can help me to overwrite the Flexform of powermail extension into my site package? So that I can edit the field configuration. Please help, I have been searching for this very long. Thank you.
user12414491
  • 97
  • 12
2
votes
2 answers

Powermail doesn't send mail

I have installed powermail extension 4.4 on typo3 v7.6 project, the test mail is sending good, but when I fill the form on frontend and click submit, no e-mail is delivered/arrives. I configured the form in backend with name, e-mail, and subject…
Mohamed Masmoudi
  • 547
  • 1
  • 9
  • 23
2
votes
1 answer

Typo3 Powermail: Export of multiple forms not working - How to add Translations

I have a contact form in different languages. All Forms (1 per language) store their data on a certain page. When I click "Mails" and that storage page, I see a list of all messages from all forms - so far so good. But when I click CSV Export, I…
ESP32
  • 8,089
  • 2
  • 40
  • 61
2
votes
3 answers

Accessible error messages in powermail

To make power mails error messages accessible for screenreaders I have to change HTML. Original Powermail
Heinz Schilling
  • 2,177
  • 4
  • 18
  • 35
2
votes
1 answer

TYPO3 EXT:powermail prefill or preselect a field via url

I have my own TYPO3 plugin that displays records. Now I want to add a link to a second page to each record. The second page should be a powermail form. Now I want that the link to the second Mail contains a parameter that should prefill a input…
Felix
  • 5,452
  • 12
  • 68
  • 163
2
votes
1 answer

TYPO3 combine tx_news with powermail

I made an event calendar with tx_news... On some events I want a "Register here" with a link to a site with powermail. How can I do a prefill of the tx_news data in powermail? I know how to do it with powermail/tx_news on the same page, but not on a…
1
vote
2 answers

Powermail - several emails to user

I do have powermail form in TYPO3 10. There are several email fields in the frontend which are checked with "This field contains the Email of the sender [sender_email]" checkbox. However after user fills the form in frontend - only first email is…
mcyg
  • 307
  • 2
  • 12
1
vote
1 answer

TYPO3 Powermail Email was just disclaimed

In a TYPO3 10.4.33 with Powermail 8.3.3 some sent forms get a reply 'Email was just disclaimed'. This behaviour seems completely random. When comparing the data I can find no reason why some mails are disclaimed and others not. Spam factor of…
Emile
  • 13
  • 2
1
vote
1 answer

TYPO3 Powermail: settings.setup.sender.enable.if

I tried different ways to set sender mail enabled only if a checkbox in the form is activated, but always failed. 1st try: sender.enable=1 sender.enable.if.isTrue.data=GP:tx_powermail_pi1|field|checkboxfield 2nd…
1
vote
1 answer

Custom fields for Powermail in TYPO3

I am working with powermail forms, where I need a custom multiselect powermail field. Any idea how to configure the field? I have added tx_powermail.flexForm.type.addFieldOptions.new = New Field in TCEFORM file, and I got new field in powermail form…
1
2 3
9 10