Pass program/campaign name to form field

Anonymous
Not applicable

Pass program/campaign name to form field

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.

Tags (2)
1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Pass program/campaign name to form field

Attach {{campaign.name}} to the querystring of your standard unsubscribe link and map that to a hidden field on the form.