Add Form definition to remove people from database
This commit is contained in:
@@ -0,0 +1,118 @@
|
|||||||
|
|
||||||
|
renderingOptions:
|
||||||
|
submitButtonLabel: Aus Datenbank enfernen
|
||||||
|
type: Form
|
||||||
|
identifier: adresscheck-remove-ext
|
||||||
|
label: Adresscheck aus Datenbank entfernen (EXT)
|
||||||
|
prototypeName: standard
|
||||||
|
finishers:
|
||||||
|
-
|
||||||
|
options:
|
||||||
|
subject: 'Adresscheck - aus Datenbank entfernen'
|
||||||
|
recipientAddress: ' [email protected]'
|
||||||
|
recipientName: 'Pascal Heim'
|
||||||
|
senderAddress: [email protected]
|
||||||
|
senderName: 'E&P Reisen'
|
||||||
|
replyToAddress: ''
|
||||||
|
carbonCopyAddress: ''
|
||||||
|
blindCarbonCopyAddress: ''
|
||||||
|
format: html
|
||||||
|
attachUploads: false
|
||||||
|
translation:
|
||||||
|
language: ''
|
||||||
|
identifier: EmailToReceiver
|
||||||
|
-
|
||||||
|
identifier: SaveToDatabase
|
||||||
|
options:
|
||||||
|
-
|
||||||
|
table: 'tx_eptheme_domain_model_addresscheck'
|
||||||
|
mode: insert
|
||||||
|
databaseColumnMappings:
|
||||||
|
pid:
|
||||||
|
value: 1609
|
||||||
|
elements:
|
||||||
|
customer-id:
|
||||||
|
mapOnDatabaseColumn: 'customer_id'
|
||||||
|
title:
|
||||||
|
mapOnDatabaseColumn: 'title'
|
||||||
|
first-name:
|
||||||
|
mapOnDatabaseColumn: 'first_name'
|
||||||
|
last-name:
|
||||||
|
mapOnDatabaseColumn: 'last_name'
|
||||||
|
address:
|
||||||
|
mapOnDatabaseColumn: 'address'
|
||||||
|
zip:
|
||||||
|
mapOnDatabaseColumn: 'zip'
|
||||||
|
city:
|
||||||
|
mapOnDatabaseColumn: 'city'
|
||||||
|
country:
|
||||||
|
mapOnDatabaseColumn: 'country'
|
||||||
|
email:
|
||||||
|
mapOnDatabaseColumn: 'email'
|
||||||
|
no-postal:
|
||||||
|
mapOnDatabaseColumn: 'no_postal'
|
||||||
|
no-email:
|
||||||
|
mapOnDatabaseColumn: 'no_email'
|
||||||
|
address-is-current-postal:
|
||||||
|
mapOnDatabaseColumn: 'address_current'
|
||||||
|
-
|
||||||
|
options:
|
||||||
|
pageUid: '1610'
|
||||||
|
additionalParameters: ''
|
||||||
|
identifier: Redirect
|
||||||
|
renderables:
|
||||||
|
-
|
||||||
|
renderingOptions:
|
||||||
|
previousButtonLabel: ''
|
||||||
|
nextButtonLabel: ''
|
||||||
|
type: Page
|
||||||
|
identifier: page-1
|
||||||
|
label: ''
|
||||||
|
renderables:
|
||||||
|
-
|
||||||
|
defaultValue: ''
|
||||||
|
type: Hidden
|
||||||
|
identifier: customer-id
|
||||||
|
label: KundenID
|
||||||
|
-
|
||||||
|
defaultValue: ''
|
||||||
|
type: Hidden
|
||||||
|
identifier: title
|
||||||
|
label: Anrede
|
||||||
|
-
|
||||||
|
defaultValue: ''
|
||||||
|
type: Hidden
|
||||||
|
identifier: first-name
|
||||||
|
label: Vorname
|
||||||
|
-
|
||||||
|
defaultValue: ''
|
||||||
|
type: Hidden
|
||||||
|
identifier: last-name
|
||||||
|
label: Name
|
||||||
|
-
|
||||||
|
defaultValue: ''
|
||||||
|
type: Hidden
|
||||||
|
identifier: address
|
||||||
|
label: 'Straße & Hausnummer'
|
||||||
|
properties:
|
||||||
|
elementDescription: ''
|
||||||
|
-
|
||||||
|
defaultValue: ''
|
||||||
|
type: Hidden
|
||||||
|
identifier: zip
|
||||||
|
label: PLZ
|
||||||
|
-
|
||||||
|
defaultValue: ''
|
||||||
|
type: Hidden
|
||||||
|
identifier: city
|
||||||
|
label: Stadt
|
||||||
|
-
|
||||||
|
defaultValue: ''
|
||||||
|
type: Hidden
|
||||||
|
identifier: country
|
||||||
|
label: Land
|
||||||
|
-
|
||||||
|
defaultValue: ''
|
||||||
|
type: Hidden
|
||||||
|
identifier: email
|
||||||
|
label: E-Mail
|
||||||
Reference in New Issue
Block a user