Project

General

Profile

Actions

Bug #97863

open

EXT: form - do not send email notification by EmailToReceiver

Added by Björn Jacob almost 2 years ago. Updated 9 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2022-07-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint

Description

Related to #83010

I have the similiar problem with TYPO3 11, while I tried to use a form with an AJAX-request. The finisher for sending of emails would work sometimes; and sometimes it would not work. After a lot of poking around, I found out:

The following version in the template of the form prohibited the sending of mails in my case:


<f:form.textfield
value="{myLink}"
name="{element.identifier}"
id="{element.uniqueIdentifier}"
errorClass="{element.properties.elementErrorClassAttribute}"
additionalAttributes="{formvh:translateElementProperty(element: element, property: 'fluidAdditionalAttributes')}"
/>

The following version performed the sending of mails in my case:


<f:form.textfield
value="{myLink}"
property="{element.identifier}"
id="{element.uniqueIdentifier}"
errorClass="{element.properties.elementErrorClassAttribute}"
additionalAttributes="{formvh:translateElementProperty(element: element, property: 'fluidAdditionalAttributes')}"
/>

The line property="{element.identifier}" is the difference.

Actions #1

Updated by Björn Jacob almost 2 years ago

  • Description updated (diff)
Actions #2

Updated by Benni Mack 9 months ago

  • Sprint Focus changed from Remote Sprint to On Location Sprint
Actions

Also available in: Atom PDF