Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Ok, list is now showing, but for some reason, we have double of one "SubscriptionName" and I have been trying to get it to only display the "Name" of the subscription that is in a specific date range. I have tried using ".compareTo" and "$date.difference" and it still just pulls in all those in "$in...
Hey Sanford - So using your methodology - we were able to get the script below to produce the results from the SFDC Subscription Object that we needed, so thank you for that... #set( $interestingItems = [] )#foreach( $item in $Subscription__cList )#if( $item.Subscription_Status__c.equals("Active") )...
Well that is what I was trying to avoid, the stylesheet is rather long and is just asking for something to be screwed up. Thanks, but not sure it's going to work as well/seamlessly as we need it to.
No - we will have three dynamic versions of the landing page based on what industry we add to the segment in the URL, so for example if the URL is https://pages.company.com/page1?seg=cars -- that background image in the div needs to be of cars, and if a visitor was to come in via https://pages.compa...
I'm trying my best to logically think this through, but I have a background image in a
How do you name an entier
How do get the Guided Template code to pick up the desired dynamic item as an element? I get the tokens, but how would the code of the template look to pick this up as you are replacing the entire
Typical boilerplate? Minimum JS skills here.
We are using one form for three different country pages. I have 3 rich text boxes that are hidden that contain a link specific to whichever country page( URL) the person accesses the form from so for example, if someone visits www.mysite.com/us/en/blog and goes to the form on that page, I need to ha...