Answered
Update DB With Click of Email Link
Here's the scenario: Visitor fills out form on website to
request report. BizOwner completes report and sends Visitor an
email with a link to the report. The report is based on values
stored in a database. The email link looks something like this:
http://www.MySite.com/freeReport/ReadYours.cfm?reportID=12345.
What I want to do is have ReadYours.cfm (the report output page) recognize when Visitor comes to the page by clicking the email link. (BizOwner views the same page after completing the report, but not by clicking the email link. BizOwner gets there from page on the site where heShe completes report. So, I don't want to record BizOwner's referral from a page on the website - just Visitor's referral from the email link.) If Visitor has arrived at the page by clicking the email link, update the database to record that Visitor has looked at hisHer report. Database has a table called "prospects", which has a column "readReport". I want to update that column/field to "yes" when Visitor gets to the report by clicking their email link.
Hope I'm making sense.
Thanks in advance,
Gwen H
What I want to do is have ReadYours.cfm (the report output page) recognize when Visitor comes to the page by clicking the email link. (BizOwner views the same page after completing the report, but not by clicking the email link. BizOwner gets there from page on the site where heShe completes report. So, I don't want to record BizOwner's referral from a page on the website - just Visitor's referral from the email link.) If Visitor has arrived at the page by clicking the email link, update the database to record that Visitor has looked at hisHer report. Database has a table called "prospects", which has a column "readReport". I want to update that column/field to "yes" when Visitor gets to the report by clicking their email link.
Hope I'm making sense.
Thanks in advance,
Gwen H
