drymetal
01-25-2007, 05:33 PM
A friend of mine has a website on home security. He has created a part for people to be dealers for his company and to make a long story short...somehow I got involved...and the guy from an affiliate company that is going to track the dealers sales sent me this note:
thanks Larry. Hi Chad, can you insert the following code into the Confirmation Page ? This page is displayed after the person clicks on the web inquiry form.
<img src="http://coldfusion.affiliateshop.com/WIDLink.cfm?WID=001545&Pending_Sale=1&OrderID=<?=$SubmissionID?>" width="1" height="1">
You have to create a unique number each time a form is submitted. It is like a Receipt Number or Invoice Number. A common way to generate this unique ID is through a concatenation of date and time and a random 10 digit number. E.g. "2006-12-02-0800-9288919286""
This variable should not have spaces.
Let me know if you have any additional questions.
-Well, I had a question. How in the world do I generate a random number like that? What in the world is a concatenation? So he replied and told me that he could send a script for only seventy five dollars! My Lord.
So, I'm hoping that someone here could tell me how to generate this code on the form page? Thanks in advance...
thanks Larry. Hi Chad, can you insert the following code into the Confirmation Page ? This page is displayed after the person clicks on the web inquiry form.
<img src="http://coldfusion.affiliateshop.com/WIDLink.cfm?WID=001545&Pending_Sale=1&OrderID=<?=$SubmissionID?>" width="1" height="1">
You have to create a unique number each time a form is submitted. It is like a Receipt Number or Invoice Number. A common way to generate this unique ID is through a concatenation of date and time and a random 10 digit number. E.g. "2006-12-02-0800-9288919286""
This variable should not have spaces.
Let me know if you have any additional questions.
-Well, I had a question. How in the world do I generate a random number like that? What in the world is a concatenation? So he replied and told me that he could send a script for only seventy five dollars! My Lord.
So, I'm hoping that someone here could tell me how to generate this code on the form page? Thanks in advance...