Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
+1 vote for using Snippets over editable areas or hard-coding the info into the template. A snippet (class="mktoSnippet") sounds like the right tool for the job here -- it's a "one-to-many" asset that can be seamlessly updated without needing to draft (but with the option to draft if you wanted to) ...
@SanfordWhiteman describes a prefill solution on his blog here: https://blog.teknkl.com/pre-fill-any-site-any-form/ that should work to help you prefill fields on an embedded form which use visibility rules. It looks like there's some feedback in the comments at the bottom (attached below) that des...
Are you able to provide a link to a live page with this form on it?I might be able to help you get some CSS in place that should fix this issue for this one, and maybe even for all the required asterix so you don't run into this sort of thing in the future. If you're in a spot where you've gotta ove...
Congrats @SanfordWhiteman, well deserved for sure, you're in a league of your own! I've learned a ton from your posts over the years, thanks for everything you do to keep the community a rich, informative and helpful resource. I'll plug https://blog.teknkl.com/author/sanford/ for anyone who doesn't ...
Yeah, that sounds about right in my experience (both with the guidelines and especially with support unfortunately). Glad you were able to come to a solution here. Would you mind marking my response as the accepted solution for anyone else who comes across this issue in the community in the future f...
Check out: https://stackoverflow.com/questions/1827965/is-putting-a-div-inside-an-anchor-ever-correct#:~:text=Nothing%20is%20wrong%20with%20placing,have%20a%20specified%20tabindex%20attribute. I think Marketo is trying to do you a favor here and tidy up the code by guessing at what might be the best...
Another approach that maybe more stable might be to provide the user with a dialog box to copy/paste the value into the variable rather than trying to set it automatically. You could add a script to the template that only fired in the Editor Experience and surfaced the values you're looking for a us...
Years ago I saw something like this put into a client instance and it was a real headache to work with the page in the editor. It did something a little differently and re-arranged the order of the Variables panel but used a similar approach. I hated working with the pages that were setup this way ...
Another option here to get a script onto a Marketo Landing Page without editing the template would be to add it locally at the page level using the dropdown in the top-left corner of the LP Editor and choosing "Edit Page Metatags". There's an input there for "Custom Head HTML" that you can use to ad...
It looks like you might be missing some CSS on the additional section there. I had a look at the similar section up above this one and it's setup with some CSS that's targeting the ID value and the CSS selector (#imgLeft .right) to reverse the margin from left to right. It looks like that rule is m...