Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Dan, do we need to also remove the unsub code from the Admin panel in order to get this to work? It's been years since I last did this, but when I do it right now, it's showing both the snippet code as well as the unsub code from the Admin section.
Yup, precisely. You can use whatever parameter or value that you want since it's just a string search.
Good catch, I glanced quickly and took those checkboxes as radio buttons.
In the smartlist you'd have to use the Filled Out Form filter and add the contraint of Querystring contains, and then use your code. For example,
You would basically need to setup a workflow that checks for the value for that field, and send the appropriate email.Flow Step would be Send EmailIF Collateral = 1, Email = Email1IF Collateral = 2, Email = Email2Default = Email3or alternatively, add a third IF for Collateral = 3, Email = Email3 and...
Any way to have this include the query parameters in the redirect as well?
Nope, it's not from what we've been told. I'd recommend trying out the method I listed above. It should get the job done for you.