Question
Inserting form creates two forms
New to Marketo here. I have a custom landing page and I added
<div id="formWrap" class="mktEditable">
<?php echo $mContext['bodyElements']; ?>
</div>
so i can drag a form I created. Currently, the position is off. I have some idea how to fix that. The issue Im having is that why its showing 2 forms when I clearly just dragged one form.
Thank you in advance
<div id="formWrap" class="mktEditable">
<?php echo $mContext['bodyElements']; ?>
</div>
so i can drag a form I created. Currently, the position is off. I have some idea how to fix that. The issue Im having is that why its showing 2 forms when I clearly just dragged one form.
Thank you in advance