Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks @SanfordWhiteman, I'll look into your solution.
Hey all, I'm hoping I can get some input/suggestions on some functionality I'm developing. I have an array of emails collected on a page via a custom input and I am submitting them individually on a hidden Marketo form. It's simply a hidden form with an email field, nothing fancy. Each email is to b...
Hey Sandy, you're awesome, I think I see what I am missing, and I suspect it's within the SimpleDTO html template.I only included the default fields that were included in your setup steps for example:
Hey all, quick question for those of you who use SimpleDTO as a pre-fill option.Does SimpleDTO support the pre-fill of checkbox or checkboxes fields? I am using the latest version (SimpleDTO 2.0), and I have successfully made the connection. I can see the first name, last name and email field pre-fi...
Thanks @Steven_Vanderb3 for sharing this update with us.I am a little confused as to why an existing website that uses jQuery older than 3.x needs to now be using 3.x or later. From my understanding, there is no requirement to be loading in jQuery externally to use forms2.min.js. Why then would a pa...
Hey @KatieWainwright, If I understand you correctly, you will want to use the Web Intent URL. It can be formatted as such: https://twitter.com/intent/tweet?text=hello%20world&url=https://mergeworld.com/&via=wearemerge(I am using the agency I work at URL and Twitter @ for an example). This link would...
Thanks for the insight @SanfordWhiteman! Good to know.
Hey @nhabischWings 👋I would suggest trying this:#foreach ($item in $customerCardList) #if ((($item.AuthorizedUserOnAccount == 0) || $item.AuthorizedUserOnAccount.isEmpty()) && $item.cardTypeDetails.equals("SIGNATURE")) No Authorized User #else I can't script apparently. #end#...
Hey @rmoravick! The reason you are seeing the button rendering issue, is actually the way the global variable value is being applied to the button.With the way your global variable is set up, it should not be placed in a single property such as: background-color: ${ButtonColor}; // orbgcolor="${Bu...
I want to provide a solution that was shared by my coworker Josh. Go to this link here: https://yoksel.github.io/url-encoder/Paste your SVG Code in the Insert SVG Box.In the Ready For CSS box, copy the URL within the background-image: url();Example:"data:image/svg+xml,%3Csvg xmlns='http://www....