Autofill sender information in contact form submissions

This commit is contained in:
Björn Fromme
2018-09-25 18:03:23 +02:00
parent 4b6bf27182
commit 675a77c9f3
2 changed files with 4 additions and 4 deletions
@@ -11,8 +11,8 @@ finishers:
subject: 'Bewerbung von {text-1}' subject: 'Bewerbung von {text-1}'
recipientAddress: [email protected] recipientAddress: [email protected]
recipientName: 'E&P Reisen' recipientName: 'E&P Reisen'
senderAddress: [email protected] senderAddress: '{text-6}'
senderName: Bewerbungsformular senderName: '{text-1}'
replyToAddress: [email protected] replyToAddress: [email protected]
carbonCopyAddress: '' carbonCopyAddress: ''
blindCarbonCopyAddress: '' blindCarbonCopyAddress: ''
@@ -11,8 +11,8 @@ finishers:
subject: 'Kontaktanfrage von {text-1}' subject: 'Kontaktanfrage von {text-1}'
recipientAddress: [email protected] recipientAddress: [email protected]
recipientName: 'E&P Reisen' recipientName: 'E&P Reisen'
senderAddress: [email protected] senderAddress: '{text-4}'
senderName: Kontaktformular senderName: '{text-1}'
replyToAddress: [email protected] replyToAddress: [email protected]
carbonCopyAddress: '' carbonCopyAddress: ''
blindCarbonCopyAddress: '' blindCarbonCopyAddress: ''