When using the webform_encrypt module mailchimp fails to parse/decrypt the fields. It tries to validate and send the encrypted fields. This either fails on validating (e.g. on email fields) or sends useless data to mailchimp.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pburg created an issue. See original summary.

paulvandenburg’s picture

Title: Mailchimp can't handle webform encryption » Let Mailchimp handle webform encryption
Category: Bug report » Feature request
Status: Active » Needs review
FileSize
738 bytes

This patch ads this functionality.

paulvandenburg’s picture

Changed the clone to a deep clone since it still modified the original submission, which could break other implementations of the insert hook.

paulvandenburg’s picture