Skip to main content
July 22, 2018
Question

Pass program/campaign name to form field

  • July 22, 2018
  • 1 reply
  • 949 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
July 22, 2018

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