Results 1 to 5 of 5

Thread: sending form data back to subscriber on a autoresponder
      
   

  1. #1
    smi's Avatar
    smi
    smi is offline Sergeant
    Join Date
    Jul 2007
    Location
    Auckland, New Zealand
    Posts
    33

    Default sending form data back to subscriber on a autoresponder

    Hi Guys
    I have a question regarding my form data.

    i am trying to create a double opt in system using an autoresponder.
    i have the autoresponder set up as per the tutorials, and have checked and it all works. I am using an email processing program called mailloop (from the internet marketing center). The email program processes my form data, and creates a list I have tested this and it all works fine as well.

    Where I run into difficulty is trying to combine everything, i have worked out a way to make it work but don't know how to make the programming work. I would like to know how to send the form data back to the subscriber in the auto responder email, they would then click on my link to subscribe, and this would then send the form data back to me.

    This would then be processed by the email software and added to my newsletter list automatically. If somebody can help me with this or has a better idea it would be greatly appreciated. I am trying to automate all the mundane tasks on my site from day one

    thanks for your time
    Mark.
    www.sharemarketinvestments.com
    empowering investors to achieve excellent returns with low risk

  2. #2
    smi's Avatar
    smi
    smi is offline Sergeant
    Join Date
    Jul 2007
    Location
    Auckland, New Zealand
    Posts
    33

    Default Re: sending form data back to subscriber on a autoresponder

    I forgot to metion I am using the php form script, as set out in the form tutorials. The autoresponder is the blue voda one.

    thanks
    Mark.
    www.sharemarketinvestments.com
    empowering investors to achieve excellent returns with low risk

  3. #3
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: sending form data back to subscriber on a autoresponder

    The CP autoresponder can NOT include any details of those sent bythe form. You have two options:
    1. Make a first form, where you will only gather essential info, like the Name and email of the subscriber. This form will email the subscriber, and will contain a link to the form of your mail software. When he clicks on the link, he is transferred to that page, where he fills in the rest of the info, which, at that point, will get stored in the database of your mail software .
    2. Create a full form, and have a script that will first email the subscriber, then it will store the info temporarily. When he clicks on the link contained in the email, he gets redirected to another page on your site. This page should have another script in it, that will retrieve the info that thas been temporarily stored, and add them in your mailing software database.

    There are other ways of doing it, but require more skills in php programming.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  4. #4
    smi's Avatar
    smi
    smi is offline Sergeant
    Join Date
    Jul 2007
    Location
    Auckland, New Zealand
    Posts
    33

    Default Re: sending form data back to subscriber on a autoresponder

    Thanks Naval design for your reply.

    I am only capturing names and e mail addresses from my form, Do you have any idea on what it cost if you were to make a php script that i could use as for double opt in?

    my email is markandrachell@xtra.co.nz if you don't want to post an answer on this forum.

    thanks
    Mark.
    www.sharemarketinvestments.com
    empowering investors to achieve excellent returns with low risk

  5. #5
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: sending form data back to subscriber on a autoresponder

    Yes, i do have an idea of cost, but please contact me directly. Thank you
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49