Different email-finnisher text

I need a second contact form with a different email-finnisher text. I have tried the following, but the first e-mail template is still used. Do I have an error or is this not possible?

Form:
    yamlPersistenceManager:
      savePath: 'resource://Ws.Fshsite/Private/Form/'
    presets:
      default:
        formElementTypes:
          'Neos.Form:Base':
            renderingOptions:
              layoutPathPattern: 'resource://Ws.Fshsite/Private/Templates/ContactForm/{@type}.html'
          'Neos.Form:Form':
            renderingOptions:
              templatePathPattern: 'resource://Ws.Fshsite/Private/Form/{@type}.html'
      preset1:
        title: 'Anmeldung'
        parentPreset: 'default'
        formElementTypes:
          'Neos.Form:Base':
            renderingOptions:
              layoutPathPattern: 'resource://Ws.Fshsite/Private/Templates/ApplicationForm/{@type}.html'
          'Neos.Form:Form':
            renderingOptions:
              templatePathPattern: 'resource://Ws.Fshsite/Private/Form/{@type}.html'