Sending Powermail Form as PDF - typo3

i want to create a PDF with all the Informations set in the Powermail Form. When i Submit the Form, the PDF should be sent to the Receiver.
I actually dont know what i should do now. What could be a Solution.
Environment:
TYPO3 9.5.4
Powermail 7.2.2
pdfviewhelpers 2.0.2
Does anybody already did something like that and could tell me what should be the right way to realize a setup like this?
I appreciate every helpful answer or suggestions

Related

How to create a Newsletter which is back end manageable in Typo3 v10

I need to create a Newsletter Subscription form in my typo3 site. And I want to just store the data in Typo3 so that we can use it later for Mailchimp or another NL Tool. Which is the most suitable extension for this? And I have tried newsletter_subscribe extension, but I m totally confused about how to do this. Please help me if anyone knows this.
My design is hereImage
I got an error when I try to configure this extensionimage
Any help is appreciatable. Thanks!!
When I see your image design, just a warning :it's good to keep it simple, but keep it GDPR compliant too, and don't forget the consent checkbox.
You can handle the subcription form with the form framework extension or powermail extension, because it's just a form. Both can store datas in the backend. I remember that powermail propose a double optin' behaviour which can be usefull for that kind of form subscription.
Also, if you finally want to handle everything in TYPO3 (I mean the newsletter email sending), luxletter is a good newsletter extension that is TYPO3 V10 compatible.
Cheers,
Rachel

How to validate file type in Orbeon Form

I am trying to use Orbeon form builder where i want a field let say $control-1 as "Please upload form Here"
I want to restrict user to upload only .pdf format file.
I tried looking into "Validation and Alert" but dont know what shall I put in constraint.
It would be good if i can get some guidance around it.
Thanks in advance.
I am wondering if you're using a rather old version of Orbeon Forms, as since version 2017.1 in the Validation Type column, you should see a drop-down from which you can select Supported File Types, as shown in the screenshot below. So, your solution here might be to upload to a newer version of Orbeon Forms.
See also: Other common constraints

TYPO3 Powermail | I don't get a mail after opening the confirmation link

I made a newsletter form with double opt-in in powermail.
There is no problem in the standard language (german).
When I fill it out on my english page I get a confirmation mail.
Opening the link inside opens the confirmation page with no error but there is no mail afterwards.
The german and english form / configuration are identical.
I tried changing the sender and receiver values but nothing works.
I appreciate any help, advice or idea :)
TYPO3 Version 8.7.9
Powermail Version 6.1.0
Try to not use config.sys_language_mode=strict. At the moment the situation is that powermail always stores mails with sys_language_uid=0. If you are using the strict mode for language fallback in general, powermail is not able to read the answers in a different language.
This behaviour isn't that easy to fix.
After some research I found this Extension which lead me to this github Issue:
https://extensions.typo3.org/extension/powermail_optin_fix/
https://github.com/einpraegsam/powermail/issues/213
This Extension solved my problem!
DI Michael Ganner wrote:
When using OptIn on translated pages, the {powermail_all} marker in
the 2nd mail and 2nd confirmation page (after clicking the
confirmation-link) is empty. Reason: The answers of the mail are not
loaded in other languages than the default one.
I "solved" the issue quick and dirty by adding the function
'gugler_addAnswers' to the FormController. This function is called in
FormController->optinConfirmAction():

Hook into TYPO3 form creation

I'm looking for a hook to hook into the creation of a frontend form in TYPO3 (e.g. a contact form) which will allow me to pass the form structure to my extensions the moment a form is created (or edited).
I'm not so sure where to look, and I have asked before, but might have formulated my question unclear. Does anyone know if such a hook exists, or is available in the new formengine of TYPO3 8?
Or if you have a better solution I could use, I'm open for everything.
Thanks!

TYPO3 Powermail 2.x many forms and hidden fields

I am in a TYPO3 project with Powermail 2.x and there are different forms (created in the backend). Every form needs the same hidden fields, is tehre a way to create this needed fields once and use it in any form? Does someone know something similar or exactly something like this?
Thanks in advance!!
Based on my experience with powermail there is no option to add the fields from another form on the same page or from another page.
I would suggest to complete the first Powermail form with all required fields and then copy it. Once you copy the Powermail plugin element and paste it on another page, the included Powermail form and all fields are also copied.
It's not exactly what you were looking for, but simple and effective.