-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get default value output not message output #17
Comments
if i copy your Default.html Template in own override Folder and rename it (eg.: Contact.html) and set templateName in Form Configuration (templateName: Contact) |
@bh-teufels, thanks for reaching out! That's odd ;-/ The default templateName for the two finishers EmailToReceiver and EmailToSender is Maybe you have had that changed to |
No i changed the templateName only when it didn't work . |
@bh-teufels, what TYPO3 version you're on? |
i am on the latest 11.5.9 |
@bh-teufels, I've just had a go with those versions and it's all working smoothly. How's your TypoScript setup looking like?
Maybe there's an index conflict with your custom configuration? This extension here is using index 100. |
i using index 110 plugin.tx_form { |
@bh-teufels, what happens when you use 20 instead? |
so using am index lower than 100 |
Hello
i get the default "all values" output not my output defined in "Mail Text".
i debugged EMailFinisher.php and inside initializeStandaloneView & initializeFluidEmail the $message is the correct one.
seems that the EMail Template not using the one from your Extension i tried to override the Template in my own config but not working either.
Typo3: 11.5.9
form_mailtext: 2.1.2
PHP: 7.4.3
The text was updated successfully, but these errors were encountered: