Closed (fixed)
Project:
Webform Mailchimp
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2011 at 07:27 UTC
Updated:
31 Oct 2011 at 19:40 UTC
This line:
'#description' => 'Enter your e-mailaddress.',
Should be changed to
'#description' => $component['extra']['description'],
Otherwise, the description field will never have any effects.
Btw, you have done a great work.
Comments
Comment #1
blackdog commentedCool, committed the change. Thanks!