From 2a1276b9eb05413db4c896503902ca167ff8fb90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ekkehard=20G=C3=BCmbel?= <43146234+ekkeguembel@users.noreply.github.com> Date: Mon, 28 Aug 2023 15:00:25 +0200 Subject: [PATCH] Update README.md Mention known issue & workaround for limited number in form field mapping --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a3e3b1e..fdf4a10 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,15 @@ Afterwards, establish the API connection: ## Documentation Documentation and a getting started guide can be found [here](https://docs.typo3.org/p/mautic/mautic-typo3/master/en-us/). +## Known Issues +### TYPO3 Form Builder +Want to map to a field (e.g. "contact email") but can't find it? + +Currently, only 30 Mautic custom fields are offered in TYPO3's field mapping. + +-> You can use Mautic's field sorting as a workaround, thus control which fields are offered. + + ## Packaging for use in the Extension Manager Clone the repository and run the following in the extension root directory: ```