Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks Sanford!Ok I did not clarify it all.In general $content is something that is loaded by external provider into CO when contact is associated. This field is not on list of fields loaded in CO while setting up:So we are checking whether $content is in CO. So I rather looking for a scriptc that c...
If contact is associated with CO, content is displayed based on line 6,7 from previous post.I would like to show default content whenever contact is not associated with CO.Thanks,Kacper
Hi Sanford,What I actually want to check is if contact is on CO to show the content in
and if not, show static value.${idio_Nurture_ArticleList.get(0).marketoId}#foreach($content in $nurture_COList)#set($url = $content.url)#set($urlLength = $url.length() - 0) ## gets the length of the url#set($trim...Hello!I was looking for this within the forum but could not find ideal solution for my issue.I am using following script on pulling out particualr content however, I wanted to show default content when contact is not in my CO#foreach($content in $nurture_COList)#set($url = $content.url)#set($urlLeng...
Hi Priyank Joshi,I see your point, but in case someone uses two different browsers would that work? If will open that form on the browser, other than used for submission, might be recognized as new contact and form submission will be enabled.In Terms of Smart Campaign, yes we will restrict the flow ...
Hi All.Would appreciate your insight on this.We would like to enable contacts to submit event form only once. So when person would try to re-enter the page and submit the form again, Submit button will be blocked and message will pop-up.Not sure if Form settings and Custom Form HTML would work here,...
Hi Josh,Regarging below suggestion:Backfill - use a smart list to identify people who match the Status criteria but aren't in the SFDC Campaign. Run a separate flow to fix that.There the issue I am facing happens when program is synched with SFDC campiagn. List was uploaded and I changed the status ...
Hi All,I would appreciate your help with improving our logic to the following scenario.We have a custom field to which we store values of every session that someone registered to:.i.e. Markeot field:Event 1 - Feb-SGT | Mar-EST | Apr-SGT etc.Now based on that, we'd like to present particular event de...
Hey,We are trying to implement blind form in Landing Page footer which will have 4 options to click, based on which subscription will happen.Can you advise if creating Smart Campaign, that will trigger based on type of Thank you pages with query string value would work here?i.e.Contact clicks option...
Hi There,We have a program set up, that members already, and was built using wrong Channel and according to that not all relevant program statuses can be used.In this case is there are a good practice to move contacts to the new Program but synch with same SFDC campaign and then update contacts stat...