TYPO3 Neos creating a Mailform

Hey,

is it possible to creat a Mailform with your own Template / html-Markup in TYPO3 Neos?
Or is there an existing Package wich is good for rewriting the Markup?

Greetings David

Sure. You can look for an example in “TYPO3.NeosDemoTypo3Org” Package:

TYPO3.NeosDemoTypo3Org -> Resources -> Private -> Form -> contact-form.yaml
TYPO3.NeosDemoTypo3Org -> Resources -> Private -> Template -> ContactForm -> *
TYPO3.NeosDemoTypo3Org -> Resources -> Private -> TypoScript -> NodeTypes -> Form.ts2

Don’t forget the settings for “form” in Settings.yaml

Hey @DavidLang,

vielleicht etwas zu spät für dich, aber unter https://punkt.de/de/blog/2016/neos-workshop/neos-workshop-teil-4-formulare-erstellen-mit-dem-neos-form-framework.html habe ich genau so einen Fall mit dem Form Framework nochmal ausführlich dokumentiert.

Viele Grüße,
Daniel

1 Like