0
votes
1answer
84 views

Is it possible to do newsletter subscription for multiple sites with single form through mailchimp?

We have multiple sites. We have different forms created in mailchimp for different sites. What we need to do is to have a feature to select an option if the user wants to sign up for the other sites ...
1
vote
1answer
178 views

how to create admin notification mail for newsletter subscription in magento

I am trying to create a module for magento 1.7 which will send a notification mail to admin whenever a new user subscribes to newsletter. I have succeeded so far in getting the mail sent. however, my ...
6
votes
3answers
199 views

What is the best way to integrate ExpressionEngine members with MailChimp?

I am developing a site that uses FreeMember to handle user sign-up, login and profile updating. We want to offer a way for users to sign up for the newsletter when creating an account as well as the ...
0
votes
2answers
1k views

How to add firstname and lastname in magento newsletter subscription?

I am new to magento. Magento default have only email id for newsletter subscrption. How add the first name and last name in the newsletter subscription? I saw many tutorials. But they are not much ...
0
votes
1answer
153 views

TYPO3 + dmailsubscription: Get a confirmation message after email for editing profile

Im using dmailsubscription to register users to a newsletter. Theres an option where, once already registered and confirmed, you can get an email with the link to edit your profile. The problem is, ...
1
vote
1answer
679 views

Drupal newsletter subscription at registration

i have a drupal site with many users. I want to add newsletter checkbox in the registration form that allows users to get subscribed to news letters automatically while registration.
0
votes
2answers
469 views

Newsletter subscription vs Registration

I'd like to have an easy Newsletter subscription box on my site. The user types his email, clicks "Subscribe" and he is done. The problem is that the site has Registration too. How should I solve the ...
3
votes
4answers
10k views

Adding a custom field to Magento's subscribtion module

The newsletter subscription module in Magento has only one field (email) by default. After I add an extra field to the form (say country), how can I get the form data to show up in the Magento ...
1
vote
1answer
797 views

PHP/MySQL mailing list, mailer and subscription classes

I am working on a project that needs a emailable mailing list built into it with a very complex list structure. Originally I thought I could just use PHPList to do the job with some minor alterations ...