Forum Moderators: open
The form is submitted to the affiliate using a standard <FORM> tag.
How can I record the referrer string using onSubmit?
I'm assuming JS cannot write to a serverside DB -- if so, any other creative ways to record this data before form is sent to the affiliate?
I guess this is kinda the "do it and ask for forgiveness later" but I don't think that as long as they are getting the referrals, they're going to care about what manner in which that referral leaves your site. Just my opinion though, I understand if you don't want to do it this way. :)
-=casey=-
The better way would be to use the same server side code to do the post so that it doesn't have to go back to the client to do it. THis way you have as much control over it as possible.
-=casey=-