Adapt changes in api
This commit is contained in:
@@ -8,15 +8,13 @@ prototypeName: contactform
|
||||
finishers:
|
||||
-
|
||||
identifier: BpnApiFinisher
|
||||
options:
|
||||
apiToken: foobarbaz
|
||||
-
|
||||
options:
|
||||
subject: 'Kontaktanfrage von {vorname} {name}'
|
||||
subject: 'Kontaktanfrage von {firstName} {name}'
|
||||
recipientAddress: [email protected]
|
||||
recipientName: 'E&P Reisen'
|
||||
senderAddress: '{email}'
|
||||
senderName: '{vorname} {name}'
|
||||
senderName: '{firstName} {name}'
|
||||
replyToAddress: [email protected]
|
||||
carbonCopyAddress: ''
|
||||
blindCarbonCopyAddress: ''
|
||||
@@ -42,7 +40,7 @@ renderables:
|
||||
-
|
||||
defaultValue: ''
|
||||
type: Text
|
||||
identifier: vorname
|
||||
identifier: firstName
|
||||
label: Vorname
|
||||
properties:
|
||||
fluidAdditionalAttributes:
|
||||
@@ -74,7 +72,7 @@ renderables:
|
||||
fluidAdditionalAttributes:
|
||||
required: required
|
||||
type: SingleSelect
|
||||
identifier: geschlecht
|
||||
identifier: gender
|
||||
label: Gender
|
||||
validators:
|
||||
-
|
||||
@@ -95,7 +93,7 @@ renderables:
|
||||
-
|
||||
defaultValue: ''
|
||||
type: Text
|
||||
identifier: strasse
|
||||
identifier: street
|
||||
label: Straße
|
||||
properties:
|
||||
fluidAdditionalAttributes:
|
||||
@@ -104,17 +102,17 @@ renderables:
|
||||
-
|
||||
defaultValue: ''
|
||||
type: Text
|
||||
identifier: plz
|
||||
identifier: zipCode
|
||||
label: 'PLZ'
|
||||
-
|
||||
defaultValue: ''
|
||||
type: Text
|
||||
identifier: ort
|
||||
identifier: city
|
||||
label: 'Ort'
|
||||
-
|
||||
defaultValue: ''
|
||||
type: Text
|
||||
identifier: telefon
|
||||
identifier: phone
|
||||
label: Telefon
|
||||
-
|
||||
defaultValue: ''
|
||||
|
||||
Reference in New Issue
Block a user