Similar to an affiliate program, is there a way to know WHO sent the lead to the form?
I'm guessing people would have to sign up somehow, then have it tracked through the form itself. Is there a 3rd party script that does something similar to this?
Similar to an affiliate program, is there a way to know WHO sent the lead to the form?
I'm guessing people would have to sign up somehow, then have it tracked through the form itself. Is there a 3rd party script that does something similar to this?
How about the affiliates plugin?
http://wordpress.org/extend/plugins/affiliates/
In general, your affiliates will each have their own ID, and you will capture that ID in your query string. It might looks like http://example.com/aff=chrishajer where you capture the parameter "aff" in a hidden field in your form. That is the basic part of it, but there can be a lot more to it when it comes to management of the affiliates.