supseven-at / mailchimp

Mailchimp Integration in TYPO3 CMS
15 stars 20 forks source link

[FEATURE] ext:form Finisher support #51

Open EcoGabe opened 7 months ago

EcoGabe commented 7 months ago

Implements a Finisher which accepts first name, last name, email and Interests selection as options. These additions essentially allow the user to reimagine the existing form—provided by the mailchimp_registration plugin—in the Form Framework. This allows for cohesion with the rest of a site's forms and styles, removing the need to create a separate form for just Mailchimp.

Caveat: Used API, List, and Interests (api_key, list_id, interest_id) must still be configured in the Flexform/Finisher override as opposed to the Forms module. flexform options available ext:form options missing

I don't see that problem being resolved until ext:form adds hooks similar to ItemsProcFunc for the Form editor.