I was wondering if it is possible to create a contactform with
process:
- save:
filename: feedback.json
body: "{% include 'forms/data.txt.twig' %}"
operation: add
(in json / flex format ) so that I can manage (in the backoffice) the feedback with a flex solution. I would be happy if there some example because I am not that good in creating a twig ans so.
Or is it not possible at all?
Peter