Problem/Motivation

When creating a webform mailchimp handler the form contains a deprecated field 'control'. To prevent confusion for the user I would like to remove this field from the from since it is not used.

Steps to reproduce

Create a Mailchimp handler for a webform
Verify that the deprecated control field is shown in the handler form

Proposed resolution

Remove the control field from the handler form

Remaining tasks

-

User interface changes

Remove the control field from the handler form

API changes

-

Data model changes

-

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

io.mark created an issue. See original summary.

idebr’s picture

Status: Active » Needs work

Removing the Control field also means it can no longer be removed if already configured. This issue should include an upgrade path from the Control field to Webform conditions and the code related to the control field removed entirely.