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

TASK: Fixed form synchronization with Mautic v5 #95

Open alexander-nitsche-governikus opened 1 week ago

alexander-nitsche-governikus commented 1 week ago

Only the fields of the TYPO3 form should be synchronized with the Mautic form, not vice versa.

This paradigm also fixes the Mautic 5 error "Another field is already using this alias: . Please choose another or leave blank to have it autogenerated." which was triggered by sending the collected field configurations from Mautic and TYPO3 to the Mautic API.

See: https://github.com/mautic/mautic/pull/13599

alexander-nitsche-governikus commented 1 week ago

In a manual test, the form fields "Subject" and "Message" were removed from the usual TYPO3 contact form (5 fields) and the name of the field "First name" was changed before saving the form. The Mautic form contained only 3 fields and the renamed "First name" field, as expected.

Tested for