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.
I don't see that problem being resolved until ext:form adds hooks similar to ItemsProcFunc for the Form editor.
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.I don't see that problem being resolved until ext:form adds hooks similar to ItemsProcFunc for the Form editor.