This topic contains 1 reply, has 2 voices. Last updated by Raam Dev 4 years, 4 months ago.
Topic Author | Topic |
---|---|
Posted: Monday Aug 13th, 2012 at 2:37 pm #21900 | |
I am needing to add some functionality to the s2member registration process to link a newly created s2member ID to a “sponsor ID”. The sponsor ID will be passed as an argument from the Join button on our landing page. Example: Keith is current member with ID 123. He e-mails John a link like: http://mysite.com/member/123 When John clicks that link he is sent to a landing page that has http://mysite.com/member/123 as it’s URL. John then clicks the JOIN button on that landing page and is sent to the s2member signup page. The member ID: 123 from the url needs to be available within the s2member signup page so that when the user completes the sign up, pays, etc. and the new user is created, a table can be updated that links the sponsor ID: 123 to the newly created user ID, say ID 125. The schema for that table is simple and would be filled in as follows:
Where 123 came from the Join Button link that sent them to the signup page Any ideas? Thanks,
|