On Salesforce we have a field called "Unsubscribed Campaign Name". Is it possible to pass on the campaign name which the user clicked on unsubscribe to come to unsubscribe form and pass it as a hidden field?
Would I need to pass it as a parameter on all unsubscribe emailers? Is there an easier way?
Thank you.
Attach {{campaign.name}} to the querystring of your standard unsubscribe link and map that to a hidden field on the form.