
Nice tip from MailChimp user Aarron Walter. He tripled his clients’ list signup rate simply by using AJAX to make their email signup forms easier to use…
One thing I have noticed on nearly all of the web sites I develop for clients where a mailing list is being populated via a sign up page (that describes most of my clients), the mailing list doesn’t build up very fast, even on sites getting tons of traffic. I figured the problem could be that people weren’t interested, they were put off by the amount of info they would have to enter, or they just missed the link to the mailing list sign up page all together. The latter two I had the power to solve. I built a very simple mailing list sign up widget that only required an email address, and placed it on the home page of some clients’ sites (http://rwoodstudio.com, http://soupstudios.com, http://hawthornehouseinc.com). Using some fancy Ajax technology the user could sign up without the page refreshing, making the process fast, and unobtrusive to the browsing experience. Once the sign up form was more prevalent and less daunting our sign up rate tripled across the board.
Here’s an article that will walk you through my solution for the problem:
http://www.sitepoint.com/article/use-ajax-php-build-mailing-list.
Thanks for the tip, Aarron!
I really enjoyed the article about the AJAX signup form. It’s funny most of the things I’ve learned in the past were to always, have it right out there in front of everybody. Tripling your signups is very impressive indeed.
Davin
The Davinator
Improve Search Engine Ranking
http://www.davinatorbiz.com
Would love to see the exact code you used for the MailChimp integration. I am looking for a very simple way to use an ajax request to signup people on my lists.
Thanks
That link 404s
The link only 404s because of the stop at the end … remove the stop and you’ll get to the page.
Thanks for the tip Ben, but Aarron’s code involves a database connection where the addresses will be stored.
Do you mind showing us how to adapt Arron’s ajax to fit our mailchimp form?
Thanks!
Gabi.