You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe this is not a bug, but this is not something I was not aware of before and it has caused problems in cases where there were errors but these were not displayed.
Perhaps its at least possible to document it.
Reproduce
Create a working powermail form and include it in a plugin
Configure the plugin correctly
In the powermail plugin flexform, Configure a redirect page (tab "Submit Page": "Redirect to any other Page after submit". Use a page where there is not a powermail plugin
In the FE fill out the form causing an error (e.g. with a wrong email-address)
Now, we should see the flashmessages, but we do not because we have been redirected to a page without a powermail plugin. If we then switch back to the form, we see the flash messages.
Versions
TYPO3: 12.4.18
powermail: 12.3.5
I am using a slightly patched powermail version, so the flash messages generally works (just not in this case), see also
I don't know what would be the best solution for powermail, perhaps it is possible to add this to the documentation, create another plugin just to show the flash messages or someone has a better idea.
Impact / severity of problem
Though we have a high throughput of powermail forms being used and it generally works great, the cases where it does not are quite time-consuming and problematic. In general, I would prefer it if the user gets a good error message and can either try again or report this. If no error is displayed, I am afraid, some problems might go undetected.
The text was updated successfully, but these errors were encountered:
Maybe this is not a bug, but this is not something I was not aware of before and it has caused problems in cases where there were errors but these were not displayed.
Perhaps its at least possible to document it.
Reproduce
Now, we should see the flashmessages, but we do not because we have been redirected to a page without a powermail plugin. If we then switch back to the form, we see the flash messages.
Versions
I am using a slightly patched powermail version, so the flash messages generally works (just not in this case), see also
Possible solution
I tested the following and they seem to solve the problem:
<f:flashMessages queueIdentifier="extbase.flashmessages.tx_powermail_pi1"/>
I don't know what would be the best solution for powermail, perhaps it is possible to add this to the documentation, create another plugin just to show the flash messages or someone has a better idea.
Impact / severity of problem
Though we have a high throughput of powermail forms being used and it generally works great, the cases where it does not are quite time-consuming and problematic. In general, I would prefer it if the user gets a good error message and can either try again or report this. If no error is displayed, I am afraid, some problems might go undetected.
The text was updated successfully, but these errors were encountered: