Correctly implement DB finisher
This commit is contained in:
@@ -2,25 +2,29 @@
|
|||||||
renderingOptions:
|
renderingOptions:
|
||||||
submitButtonLabel: Absenden
|
submitButtonLabel: Absenden
|
||||||
type: Form
|
type: Form
|
||||||
identifier: adresscheck
|
identifier: adresscheck-ext
|
||||||
label: Adresscheck
|
label: Adresscheck (EXT)
|
||||||
prototypeName: standard
|
prototypeName: standard
|
||||||
finishers:
|
finishers:
|
||||||
#-
|
-
|
||||||
# options:
|
options:
|
||||||
# subject: Adresscheck
|
subject: Adresscheck
|
||||||
# recipientAddress: ' [email protected]'
|
recipientAddress: ' [email protected]'
|
||||||
# recipientName: 'Pascal Heim'
|
recipientName: 'Pascal Heim'
|
||||||
# senderAddress: [email protected]
|
senderAddress: [email protected]
|
||||||
# senderName: 'E&P Reisen'
|
senderName: 'E&P Reisen'
|
||||||
# replyToAddress: ''
|
replyToAddress: ''
|
||||||
# carbonCopyAddress: ''
|
carbonCopyAddress: ''
|
||||||
# blindCarbonCopyAddress: ''
|
blindCarbonCopyAddress: ''
|
||||||
# format: html
|
format: html
|
||||||
# attachUploads: false
|
attachUploads: false
|
||||||
# translation:
|
translation:
|
||||||
# language: ''
|
language: ''
|
||||||
# identifier: EmailToReceiver
|
identifier: EmailToReceiver
|
||||||
|
- options:
|
||||||
|
pageUid: '1606'
|
||||||
|
additionalParameters: ''
|
||||||
|
identifier: Redirect
|
||||||
-
|
-
|
||||||
identifier: SaveToDatabase
|
identifier: SaveToDatabase
|
||||||
options:
|
options:
|
||||||
@@ -29,8 +33,10 @@ finishers:
|
|||||||
mode: insert
|
mode: insert
|
||||||
databaseColumnMappings:
|
databaseColumnMappings:
|
||||||
pid:
|
pid:
|
||||||
value: 1
|
value: 1228
|
||||||
elements:
|
elements:
|
||||||
|
pid:
|
||||||
|
mapOnDatabaseColumn: 'pid'
|
||||||
customer-id:
|
customer-id:
|
||||||
mapOnDatabaseColumn: 'customer_id'
|
mapOnDatabaseColumn: 'customer_id'
|
||||||
title:
|
title:
|
||||||
|
|||||||
@@ -141,6 +141,7 @@ CREATE TABLE tx_eptheme_domain_model_addresscheck (
|
|||||||
name tinytext,
|
name tinytext,
|
||||||
first_name tinytext,
|
first_name tinytext,
|
||||||
last_name tinytext,
|
last_name tinytext,
|
||||||
|
customer_id varchar(255) DEFAULT '' NOT NULL,
|
||||||
title varchar(255) DEFAULT '' NOT NULL,
|
title varchar(255) DEFAULT '' NOT NULL,
|
||||||
email varchar(255) DEFAULT '' NOT NULL,
|
email varchar(255) DEFAULT '' NOT NULL,
|
||||||
address tinytext,
|
address tinytext,
|
||||||
|
|||||||
Reference in New Issue
Block a user