After Powermail form is submitted, I would like to display 'thank you' message at top and show the Powermail form (everything in the same page as before).
for example: I have Powermail Form in page id=2 and after submit, a 'thank you message' on same page id=2 and with same Powermail form. Till now I could get only thank you message on same page and Powermail form disappears. Is there any settings I am missing?
Could anybody please help me out.
Thank you !!!
PS: I am using typo3-8.x
You can set this in powermail plugin. Go to tab [Plugin] and tab [Submit page]. In field "Text on submit page" put following text:
Thank you. You submit following:
{powermail_all}
You can't have a powermail form on one page in two states. You want it filled out and showing a "thank you message" and empty showing fields. This is not possible.
Related
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
I add some fields into fe_users with an own extension. In Typo3 8.7. When I logged in the Backend from Typo3 and in another Tab I open the Webpage I see my added fields in the registration form from sr_feuser_register, but when I logoff Typo3 backend, the labels are empty in the registration form. The value fields are displayed, but with no content, and new content don't saved.
What do I wrong?
The Only thing I found, is:
$GLOBALS['TCA']['fe_users']['feInterface']['fe_admin_fieldList'] .= 'field1,field2...';
But this, don't help.
Thanks for any help
Update:
I found a Bug: https://forge.typo3.org/issues/84587
Putting the code from ext_tables.php to YourExtension/Configuration/TCA/Overrides/fe_users.php help. Problem is solved.
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
My code contains an HTML form post action with a text area and submit button.
When I give an a tag with reference link in this text area, the form submission fails. It is redirected to the home page. If anyone know the reason, please help me.
Also ,img tag are redirected to home page
I have a working contact form in Joomla however when the user submits the form they are taken to a page that doesn't exist so they see the 404 error.
Is it possible to change the page they are taken to after they click submit?
It's a contact page made from a contact in the Contact Manager...
Thanks a lot,
Steph
your link on contact form is wrong ,just put manually link on it.