Hi all,
I'm just playing around with dynamic landingpage content and I want to display an opt-in-check-box if the contact is unknown to Eloqua, and to not display it, if the contact is known. So I created a Dynamic Content with this HTML snippet as default value:
<!-- START OPT-IN-BOX -->
<table style="PADDING-TOP: 10px" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<eloqua type="global" id="100"></eloqua>
</td>
</tr>
</tbody>
</table>
<!-- END OPT-IN-BOX -->
"<eloqua type="global" id="100"></eloqua>" is a shared content piece that contains the HTML of the opt-in-check-box. This seems not to work - am I doing something wrong or can't I include Shared Content into Dynamic Content at all?
Thanks,
Michael