(0013879)
hola (reporter)
23-05-06 01:02
|
Good stuff - how much would be required to add a new tag that would allow for this functonality? I am not sure what id would be required to make sure the user lands on the correct subscription web page. For example a mailing list can be associated to more than one subscription form. Have you somehow recorded the subscription page associated with a mailing list that is currently being processed my the processqueue.php?
So the parameters that would be attached to the subscribe url within the forward email would contain the subscription form id and the user id of the person that forward the email.
This means we could learn who forwarded the email, to whom and if anyone joined the mailing list via the forward process since the forward userid would be there on the subscription form.
This is feasaible? If so I could add it to my forward stats project. Basically I see I would need to do the following:
1) Add support for a new TAG maybe [FORWARDRECORD]
2) Add the following parameters to the subscribe url within the forward email - subscription web page id, user id who forwarded the email
3) Ability to record in a users record that an existing subscriber forward that person the email associated with the mailing list. |