Mailing Lists

Discussion in 'Programming' started by Kunks, Feb 9, 2007.

  1. #1
    Here is the situation, our company is planning on sending out an email to 1000 people on own mailing list.

    We have their name, emails and other contact in and we want to send them a email and have them click a link from that email. It will fire up a website page that is going to have them fill out a form, if we already have some of their info, is it possible to plug it in automatically to the form.

    Just wondering how to go about this
     
    Kunks, Feb 9, 2007 IP
  2. Mxhub

    Mxhub Active Member

    Messages:
    474
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #2
    why not put in the link to the form in your email?
     
    Mxhub, Feb 9, 2007 IP
  3. streety

    streety Peon

    Messages:
    321
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can either include their data as GET variables in the link to your site or include an id string in the link and then use that to query your database which brings up the data you want to pre-populate the form with.

    Be aware though that with either approach problems will occur if they forward on the email to friends.
     
    streety, Feb 9, 2007 IP