Hello,
I need to create a site in which each of the salesmen of a company need to direct their reseller leads to register for the company's products. However, the only problem I have right now is figuring out if I can create a registration form for each salesman (2 so far) with some sort of hidden code (perhaps the hidden field will do?) that will identify whose lead is whose.
Can this be accomplished? The customer doesn't want a drop down menu for this feature. My other concern is that if it can be done, will this affect the Joomla! registration tables in any way?
I need to create a site in which each of the salesmen of a company need to direct their reseller leads to register for the company's products. However, the only problem I have right now is figuring out if I can create a registration form for each salesman (2 so far) with some sort of hidden code (perhaps the hidden field will do?) that will identify whose lead is whose.
Can this be accomplished? The customer doesn't want a drop down menu for this feature. My other concern is that if it can be done, will this affect the Joomla! registration tables in any way?
Hi kremo5le,
You can do this by having the salesmen include their codes in any url on their site so that they link to example.com/index.php?. . . .&sid=xc459t Then you can have them all come to the same for but use the sid to identify where they came from. Most web associate systems suse something similar.
Bob
You can do this by having the salesmen include their codes in any url on their site so that they link to example.com/index.php?. . . .&sid=xc459t Then you can have them all come to the same for but use the sid to identify where they came from. Most web associate systems suse something similar.
Bob
Hello there!
I'm sorry but, how do I "add" a code to the URL? I bet you just don't put it in there. Could you show me an example please? And, is there a way to keep track of such count? How?
Thank you!
I'm sorry but, how do I "add" a code to the URL? I bet you just don't put it in there. Could you show me an example please? And, is there a way to keep track of such count? How?
Thank you!
Hi kRem,
You just add another variable on the end of the link url so if the url is
You keep track of them in a database table, or if there are only 4 or 5 in an array hard-coded into your form code but the table is better.
Bob
You just add another variable on the end of the link url so if the url is
http://www.chronoengine.com/forums/posting.php?mode=reply&f=2&t=12032
it becomes http://www.chronoengine.com/forums/posting.php?mode=reply&f=2&t=12032&sid=xc459t
You keep track of them in a database table, or if there are only 4 or 5 in an array hard-coded into your form code but the table is better.
Bob
Hey GreyHead,
I know it is a little late, but I wanted to THANK YOU for this information. It really made a difference!
Take care.
I know it is a little late, but I wanted to THANK YOU for this information. It really made a difference!
Take care.
This topic is locked and no more replies can be posted.