Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
There is no membership until someone has actually registered for the event though. The details are passed through from the webinar provider directly.
You have probably added in a member status that is not present in the SFDC campaign. They need to match exactly.A quick fix is to detach the campaign from the program and then create a new one.
Something slightly odd.Email Invalid is usually a checkbox. In your case it is a read only field. Email suspended is a similar field that once updated can't be reversed. I wonder if there are some subscriptions out there who have their Email Suspended field described as "Email Invalid".
Hi Kyle,I don't currently have a Klipfolio license.. what do you need help with?
Yep, also check to see the latest draft email is actually in an approved state.
That's configurable inside the segment.Timing: Define the level of visitor engagement you want in your campaignOn Entry: Engage from the visitor arrives on the websiteAfter 1st - 9th Click: Engage the visitor after a specific amount of clicks on the websiteSo you can create segments that say, OK, th...
Hi Catherine,You might need a bit of a reality check here. You might have missed it, but Velocity is server-side and it's not like Javascript where the processing is done client side. In other words, your lead record has to include a field that can tell where your lead is located in the world. I'm g...
You're right, it's definitely going to match any value (OR) if you set it up like that. Short of writing the values to the lead record I am out of ideas on this one.
hey Sanford WhitemanThanks for this.How would you solve this problem for multiple values?I managed to do it by creating a switch:switch(form.getValues()['annualturnover']) { case 0: var addlAccess = "false"; break; case 1: var addlAccess = "false"; brea...
I don't love this answer..I'd rather create a table of three cells, and have the table take up 100% width, cell 1 take up 33% and cell 3 take up 33%.