Skip to content

Commit

Permalink
[DOC] Merge fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Ringer committed Jun 8, 2016
1 parent 1deb263 commit 14661c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/AdministratorManual/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ As an example: The string `Öffentliche Verwaltung & Technologie` will be transf
}
}
Handling of custom fields
-------------------------
It is possible to handle additional fields in the mailchimp extension. Uo to 10 fields can be used in the template which are named ``mergeField1`` to ``mergeField10``. The mapping to the actual fields must be done in a custom hook implementation. Use the following hook

.. code-block:: php
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['mailchimp']['memberData'][]
= 'Sup7even\MailchimpIqmobile\Hooks\IqMobileFieldHook->run';
.. warning:: Currently there is no server side validation possible if you set fields in the MailChimp interface to required!

Integration in EXT:``formhandler``
----------------------------------
Expand Down

0 comments on commit 14661c4

Please sign in to comment.