Closed (works as designed)
Project:
Mailchimp
Version:
7.x-2.10
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2013 at 02:21 UTC
Updated:
15 Jul 2013 at 21:58 UTC
In mailchimp we have a field named FNAME with a default merge tag Value "ListFan"
Now in drupal we don't want to show the default Value to the user, we only want to use that value when the subscriber doesn't fill in the name.. But it keeps showing up in the name field...
In the list settings in drupal at the bottom "MAILCHIMP LIST SETTINGS" I've set the field for Name to --Select--, but the default value is filled
even if I select something like 'Status' or 'user ID' for the name field it will automatically set it to the Default Merge Tag Value "ListFan" ?!
Any help really appreciated,
love this integration of mailchimp and drupal :)
Comments
Comment #1
jorisx commentedHow can i hide the default value in the mailchimp subscribe form ?
Any one an idea ?
Comment #2
jorisx commentedI'm using a freeform so anonymous visitors can easily subscribe to the list
But the default value's are already filled in...
It says on the list settings page:
But I want to hide the default values so guests can fill in their own info ...
Comment #3
gcbHave you tried using a hook_form_alter() to clear out the default values? The current behavior is intentional: this is not a bug.