To arrange krossmeylerno link requires the following structure:<a href="#" target="_blank" style="color: #267f00 !important; text-decoration: underline;"><span style="color: #267f0...
This is the best solution, that I know, because you can control all of styles: list-type, margin, text style....ALL
<!-- Bullets starts -->
<table width="100...
Hi!It works for Form 2.0 if you drag and drop on landing page:
<script type='text/javascript'>
$(document).ready(function () {
MktoForms2.whenReady(function (form) {
...
Hi!Drag and drop your form and include this few script in your LP:
<script type="text/javascript">
$(document).ready(function () {
$('.Form_1').appendTo($('#include_...
Hi Eric!Would you like use this {{system.viewAsWebpageLink}}token in your landing page or email? This token is only for email.https://community.marketo.com/MarketoArticle?id=kA0500...
How have you interruptedsubmit for Marketo Form 2.0 if validation is false?form.onSubmit (function () { return false; }); doesn't work. Submit is finish whatever.