Skip to content

Commit

Permalink
[BUGFIX] Migrate contact form to TYPO3 10
Browse files Browse the repository at this point in the history
The default recipient couldn't be overwritten by the
flex form. Saving the form in TYPO3 10 corrected the issue.
  • Loading branch information
buepro committed Nov 15, 2020
1 parent b248d90 commit c1aa64d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions Initialisation/Files/forms/GeneralContact.form.yaml
Expand Up @@ -9,17 +9,15 @@ finishers:
-
options:
subject: '{idSubject}'
recipientAddress: empfaenger@ihredomain.ch
recipientName: 'Ihr Name'
senderAddress: '{idEmail}'
senderName: '{idName}'
replyToAddress: ''
carbonCopyAddress: ''
blindCarbonCopyAddress: ''
format: html
attachUploads: true
translation:
language: ''
recipients:
empfaenger@ihredomain.ch: 'Ihr Name'
addHtmlPart: true
useFluidEmail: true
identifier: EmailToReceiver
-
options:
Expand Down Expand Up @@ -108,13 +106,12 @@ renderables:
label: Image
-
properties:
containerClassAttribute: custom-checkbox-multiple pp-dataprotection
containerClassAttribute: 'custom-checkbox-multiple pp-dataprotection'
options:
dataprotectionRead: 'Please confirm that you have read our data protection notice by checking this checkbox'
type: MultiCheckbox
identifier: idDataprotectionMultiCheckbox
label: Data protection notice
label: 'Data protection notice'
validators:
-
identifier: NotEmpty
defaultValue: { }

0 comments on commit c1aa64d

Please sign in to comment.