mautic / mautic-typo3

Add-on TYPO3 extension that enhances the "EXT:marketing_automation" TYPO3 extension by connecting it to the Mautic Marketing Automation platform: Determine "Persona" from Mautic segments. Also provides additional services e.g. language synchronisation between Mautic and TYPO3.
https://www.Leuchtfeuer.com
GNU General Public License v2.0
22 stars 19 forks source link

Not more than 30 contact fields shown for mapping in form #88

Open MadlenF opened 1 year ago

MadlenF commented 1 year ago

When creating a form in TYPO3, you can map every field from the form with a contact field in Mautic ("Mautic Property Type"). The list contains max. 30 contact fields. If you have more than 30 contact fields in Mautic, e.g. because you have some custom fields, other fields will disappear from that dropdown and are not available for mapping.

To Reproduce Steps to reproduce the behavior:

  1. Go to Forms and create a form of prototype "Mautic Form"
  2. Add a text field to your form
  3. Click on "Mautic Property Type" and see the list of contact fields from Mautic
  4. See that not all your Mautic Contact fields are shown

Expected behavior Be able to map on any Mautic Contact field.

Workaround If a certain field is missing in that list but you need it for a form, you can edit that field in Mautic and for "Order" choose a higher position.

Moongazer commented 1 year ago

Often API responses for collections are limited to reduce load, thus pagination is needed to load further collection items. We've to investigate here how the custom-fields are loaded, and if it might be possible to pass a custom limit parameter to increase the amount of returned fields.