Details
Description
Often times users want to redirect users to a specific URL after registering the affiliate cookie. We should add a parameter to the affiliate link URL that will cause a redirect to occur to the desired URL after the cookie is registered.
I'm not certain how this should look, might be a good idea to see some other examples. Obviously, the URL would need to be encoded to be passed in the link. urlencode() or perhaps base64
It might also be ideal to allow staff to set the redirect link themselves so that it appears to the client this way out of the box.
NOTE! We don't want clients being able to redirect to anywhere, like pron sites, etc. If we allow the client to set the redirect URL it should be at the same primary domain at least.