@@ -131,6 +131,22 @@ function _webform_edit_mailchimp($component) {
'#suffix'=>'</div>',
);
$form['extra']['mergefields']=array(
'#type'=>'textarea',
'#title'=>t('Mailchimp merge fields'),
'#description'=>t('Enter one key|value pair per line. Use the MailChimp field tag as the key and the webform field key as the value. For example "FNAME|firstname"'),
'#description'=>t('Enter one key|value pair per line. Use the MailChimp group name as the key and the webform field (checkboxes or dropdown) key as the value. For example "FOOD|types_of_food_you_like"'),