A widget that displays a mailchimp form used to subscribe to a mailing list.
Demo ¶
Requirements ¶
Yii 2.x
Usage ¶
Copy the extension to the extensions folder.
use app\extensions\mailchimpform\MailchimpForm;
echo MailchimpForm::widget(array(
'apiKey' => 'f39d7386de24caaa7adf6503dcd203d0-us12',
'listId' => 'cdb2aaa67c',
'showName' => true));
Donations ¶
Donations are welcome. Thanks for your support!!!
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.