Sending leads to two autoresponders at once

by dlucca
13 replies
I could use some suggestions with this one....

Can anyone share (brainstorm here) how I might have one squeeze page that sends generated leads to two different autoresponders at once?

[The reason would take too long to explain in detail - the funnel requires a two pronged approach.]

Have you done this?
How could you do it?

Thanks for any ideas.

Happy New Year to all,
Dave
#autoresponders #leads #sending
  • Profile picture of the author DogScout
    Just duplicate the list with a different name in a different campaign, same AR?
    {{ DiscussionBoard.errors[1570881].message }}
    • Profile picture of the author Neil Morgan
      There are a couple of issues here:

      1. Assuming the the autoresponders are different scripts or from different providers, they will require differently named form fields and use their own form processing script.

      2. When an HTML form is submitted, it can be processed by only one script.

      The way I would set this up would be to have a simple script written in PHP that processes the form when submitted.

      This script maps the entered field names to the field names required by the two autoresponders then submits separate POST requests to each of those autoresponders' form processing scripts with the required form fields.

      It's a trivial task for any programmer.

      Cheers,

      Neil
      Signature

      Easy email marketing automation without moving your lists.

      {{ DiscussionBoard.errors[1570984].message }}
      • Profile picture of the author dlucca
        Thanks for this great idea.

        Unfortunately, the funnel leads to two different products that are related and one has legal requirements that necessitate a separate database that is not shared. More than
        that I won't say here.

        best,
        Dave
        {{ DiscussionBoard.errors[1571051].message }}
    • Profile picture of the author dlucca
      no, unfortunately, two differing autoresponders at two different places.
      {{ DiscussionBoard.errors[1571044].message }}
  • Profile picture of the author Neil Morgan
    ...or just use AutoResponse Plus which allows you to add a subscriber to two autoresponders from one form

    Cheers,

    Neil
    Signature

    Easy email marketing automation without moving your lists.

    {{ DiscussionBoard.errors[1570988].message }}
  • Profile picture of the author Neil Morgan
    Cool, so my first solution will work perfectly.

    Cheers,

    Neil
    Signature

    Easy email marketing automation without moving your lists.

    {{ DiscussionBoard.errors[1571049].message }}
  • Profile picture of the author Neil Morgan
    Hi Dave

    My solution about the intermediate script will still work in that scenario because the script doesn't store the data in a database - it simply reads the form then shoots off subscription requests to the two autoresponders which, of course, store the data in their own separate databases.

    Cheers,

    Neil
    Signature

    Easy email marketing automation without moving your lists.

    {{ DiscussionBoard.errors[1571084].message }}
  • Profile picture of the author wpsamurais
    I like your answer neil and it does work but with one draw back, the IP of the server gets tracked instead of the IP of the user.

    The only way i can think that it will work is by using javascript to submit all the forms at the same time of the first form beings submitted and also using the value field to name the different field names.

    But i think i would need some sample code to test this out
    {{ DiscussionBoard.errors[6717720].message }}
  • Profile picture of the author hustlinsmoke
    I think Neil's Idea will work and implemented so both the ip's get tracked, Its a script and I have used scripts made for me to track the two ip's at once also.
    {{ DiscussionBoard.errors[6717743].message }}
  • Profile picture of the author wpsamurais
    But if the other forms are getting submitted server side and not user side, then the servers ip gets tracked does'nt it?
    {{ DiscussionBoard.errors[6717757].message }}
  • I tried Neil's approach once and Aweber someone picked it up and automatically enabled the double opt-in message for those "duplicated" leads, even though I had it turned off in my account.
    {{ DiscussionBoard.errors[6718137].message }}
  • Profile picture of the author brentb
    You can save their IP address and place it into the hidden form field so it submits their IP address instead of the servers.
    {{ DiscussionBoard.errors[6718358].message }}
  • Profile picture of the author jwei761
    Has anyone found a solution for this?
    {{ DiscussionBoard.errors[8601938].message }}

Trending Topics