TYPO3 Powermail Captcha - typo3

I have Upgrade my TYPO3 from 6.2.x to 7.6.15. Now in Powermail the Captcha Field doesn't work anymore. The Image is shown, but when I fill in the Code I got the Message: "Wrong Captcha". So I dig into the Code and found that in Utility.php from the Captcha Extension no $_SESSION is available. So there will be no Comparison. I include the Captcha Extension in Powermail via Typoscript:
plugin.tx_powermail.settings.setup.captcha.use = captcha
My System is:
Powermail 3.13.0
Captcha 2.0.1
TYPO3 7.6.15

You need to update powermail to their latest, currently:
Powermail to 3.18.0
Captcha to 2.0.2

Related

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 but how can i configure multiselect in this field.
Did you see the documentation part on https://github.com/einpraegsam/powermail/blob/develop/Documentation/ForDevelopers/AddNewFields.md?
There is also a part that describes the datatype that can be set via TSConfig.

typo3 in news detail powermail form submit action is not working

I have added the powermail form as content element in news. So the form is shown in news detail page but that form is not submitted, i have given flexform option to redirect at thank you page. But that is not working and always gives 404 error, and no news found error.
Thank you in advance..
Did you saw this part in the FAQ of powermail: https://docs.typo3.org/typo3cms/extensions/powermail/Faq/Index.html#i-want-to-use-powermail-on-a-news-detail-page-but-the-error-reason-no-news-entry-found-comes-up
plugin.tx_powermail.settings.setup.misc.addQueryString = 1
Add in TypoScript
Tested TYPO3 11

Create own validators with Typo3 8LTS SYSEXT:form

For a long time I used EXT:formhandler for custom forms. In formhandler it was very easy to build custom validators like:
Checkbox "phone" is checked, then input-field phone is required.
Can someone show me an example of this custom validator with the new SYSEXT:form in Typo3 8LTS with SYSEXT:form?
Thanks a lot.

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 it.
Thank you for any help

How to edit user profile with felogin from frontend in TYPO3

I need to edit the website user data and set new password from frontend. How is this possible by TYPO3 felogin extension? Please help me.
I think with the felogin ext. isn't it possible. Had you taken a look into the Repository for an extension? A good choice is femanager for example. Alternatively the felogin ext supports "forgot password" i think:
https://docs.typo3.org/typo3cms/extensions/felogin/Configuration/Index.html#showforgotpasswordlink