Subscribe Clients To Multiple Autoresponders

E-zines, newsletters, e-mail series. All are smart, effective marketing tools, but signing up takes time and effort, especially since most opt-in forms are designed to subscribe your clients to only a SINGLE autoresponder for a specific purpose.

But wouldn’t it be great if there were a way to have that same opt-in form subscribe your clients to MULTIPLE autoresponders at the same time?

Thanks to 1ShoppingCart, now there is — and it takes just three easy steps!

First, look for the following line in the form code (where “XXXXX” is the current autoresponder ID):

<input name=”defaultar” type=”hidden” id=”defaultar” value=”XXXXX”>

This line tells the form which autoresponder to subscribe your clients to. In order to allow for a multiple-autoresponder subscription:

  1. Delete any instances of the word “default.”
  2. Copy and paste the line to add as many autoresponders as you wish.
  3. Update the ID for each autoresponder.

For example, let’s say you wanted to subscribe your clients to three separate autoresponders after they fill out your opt-in form. Your form code would contain the following:

<input name=”ar” type=”hidden” id=”ar” value=”XXXXX”>
<input name=”ar” type=”hidden” id=”ar” value=”YYYYY”>
<input name=”ar” type=”hidden” id=”ar” value=”ZZZZZ”>

In this example, you’ll notice:

  1. Any reference to the word “default” has been deleted.
  2. Three duplicates of the line have been created in order to allow for three autoresponders.
  3. “XXXXX”, “YYYYY” and “ZZZZZ” represent the three updated autoresponder IDs, which you can get from 1ShoppingCart.

In this example we listed three autoresponders, but using this simple method, you can easily subscribe your clients to two, five, or more!

It’s an easy, effective, smart way to get the most out of your marketing materials.

Popularity: 39% [?]

What Do You Think? Vote Now Below!

Comment Rules: I'm just a regular guy looking to spark up a conversation. Being critical is fine, but if you're rude, I'll delete your stuff. Please do not put your URL in the comment text and please use your PERSONAL name or initials and not your business name, as the latter comes off like spam. Have fun and thanks for adding to the conversation! (Thanks to Tim Ferris for the inspiration)

 

One Response to “Subscribe Clients To Multiple Autoresponders”

  1. Liliana MatusikNo Gravatar says:

    great post and great reading.

    Like or Dislike: Thumb up 0 Thumb down 0

Leave a Reply