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
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.