Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Looks like this was all done in Bootstrap. Nice, but I don't have that luxury.If I'm reading it correctly, you create the Modal Dialog div and put the form in the div. The form actually renders immediately but you slow down it's display by fading in the Modal. When you submit the form, you hide the...
GE Healthcare | Centricity Clinical Archive | Demo Click the "Contact Us" and/or wait 15 seconds into the video. If you fill out a form, use @example.com
Geoff, this is exactly what I need. How did you achieve the header? Is that Rich Text on the form?
OK, here's the code I'm using which is the same code I use on other pages, with the addition of the lightbox line. Are you saying that I want to replace the form.vals (or encapsulate it within) a whenReady()? Or is the problem that I'm showing the lightbox too early?function showMainForm() { docume...
Wondering if anyone
It should be in your SuperBall. If it's not then it hasn't been released to you quite yet.
Hi there -I'm trying to use the YouTube iFrame API and I'm not having any luck. I've tried it on a Marketo page and on a JSFiddle and neither seem to work, although it looks like it works on the following CodePen.InstructionsYouTube Player API Reference for iframe Embeds | YouTube IFrame Player A...
We have a real issue with our Opportunity integration and need to set limits on when Opportunity updates in SFDC sync with Marketo. Does anyone have pointers on how to set limits, such as time based limits or shutting off the sync after conditions are met such as Opportunity Closed or after so many...
#if(${lead.HCIT_Product_Interest__c}.includes("Radiology - VAR")) Sarah #elseif(${lead.HCIT_Product_Interest__c}.includes("Radiology")) Christina #elseif(${lead.HCIT_Product_Interest__c}.includes("Cardiology")) Suzanne #elseif(${lead.HCIT_Product_Interest__c}.includes("Perinatal")) Rob #elseif(${lea...
Stared at that for a while and didn't notice that. Grrr.OK, now I get this:Lexical error, Encountered: "i" (105), after : "." at *unset*[line 77, column 128] near#elseif(${lead.HCIT_Product_Interest__c}.includes("Radiology")) Christina #elseif(${lead.HCIT_Product_Interest__c}.includes("Cardiology")...