Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Here is the code.//This line here is required or the ReferenceError: MktoForms2 is not defined
Seems like it is an simple case of the trigger looking for the wrong value or you are referencing the same field in both and looking for any change. Double check that. I have done something similar and it works great, even has a dynamic interesting moment based on values from a custom form so I am...
I have been experimenting with creating dynamic sections of a landing page based on the selection of from a select menu. I finally figured out that I was having problems between when Jquery was ready and when the form actually loaded. In the end, I ended up explicitly adding the Form2.js in the to...
One problem I see with the logic of using where Lead Owner is emtpy is when the lead is about to be assigned. In my case, I am running some validations before a lead is synched over. If the lead fails the validation I will assign it to a queue for other processing. If it passes I would like to ca...
We were trying to use the Email Program to send an email that would contain a random sample filter out of the rest of the critieria. When building it we noticed that it was not an option. Further, when we tried to build a seperate smartlist the Email program would not see the members of the Smartl...
Hi Lisa,If you have the assets indexed (like a PDF), the search engine will reference that PDF in the URL and will directly link to that asset (defeating the purpose of the date). So you will need to decide if you really want them indexed. As Josh menttioned, you can certainly have the landing page...
Hi Carlos,Looks to me as if you are getting the vaue from lead correctly. However, you should using the .toDate() method (if available). http://stackoverflow.com/questions/22150952/string-to-date-with-convertOnce you have the date in the object, format it with .format(). http://velocity.apache.org...
Did you double check your values in the form? See this article: https://community.marketo.com/MarketoArticle?id=kA050000000LH9gCAG
Yes, you can but it does take a fair amount of custom HTML code. I have frequently used JqueryUIHere is a link to the tabs demo. http://jqueryui.com/tabs/Just know it does require custom HTML and javascript.
You can't seem to find it via the SFDC search, but Google pulled up this link.https://appexchange.salesforce.com/listingDetail?listingId=a0N30000001SVZmEAOPlease note, it has been made a private listing.