Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Do you have the Munchkin code on both your blog and your website? I think that could probably solve the issue though I am unsure whether you would have a separate cookie value for the blog and for the main site.
Not sure on my end when I would need to use something like this, but this is awesome.
One thing that you will want to make sure you do is mark pWRUnsubscribefromall to TRUE, which I just caught.// Set the values of subscription fields to false form.vals({ "pWRUnsubscribedfromall":"true","pWROptCareersInPOWER":"false","pWROptAdvertisingSponsorshipOpportunities":"false"}); Can yo...
Hadar, you should mark my previous reply with the solution as the correct response to this post.
Great Hadar! Glad I was able to help. If that response solved your issue, please feel free to mark my reply as correct so that the thread shows up as 'resolved' in the community.
A few things to note:Within your variable definitions, you can and should use default values for these items. This way when you go to preview the email, you can see a working example in action.If you are planning to make it so individuals can update the background of the modules within, you would ne...
There were quotes missing for setting that value to true, which was causing an issue with your syntax. Let me know if that works for you.// When the button is clicked, get the form object and submit it MktoForms2.whenReady(function (form) { // Set the values of subscription fields to true ...
This is something that will happen to pretty much everyone unless someone is logged into Marketo. In the preview, it looks like the images are pulled directly from Design Studio, as opposed to the direct link (i.e. info.abc.com/Image.jpg). If you right click on an image and copy the image address, y...
Hadar, I am thinking a possible issue with your mktoModule classes is that you are also including the table100 class within that.EDIT: There's a lot of things in the syntax that are causing issues across the board. The mktoContainer class is commented out, so that's a place to start. Then, you'll h...