Issue with No variable with this id declared - Landing page error
Hi all,
I have an issue with adding a variable to landing page.
Currently looking to add a variable to allow a user to add a 3rd party form via adding some 3rd party embed code.
I either have a duplicate ID or No ID variable declared. I have added the module, Class and ID but still get the issue.
Another question would it be best for string or text for user to add the embed code?
Code using below ...
<meta class="mktoSting" id="WebinarForm" mktoName="Webinar Reg Form" default="unit4.com" />
<div class="Form-holder" style="display: ${WebinarForm};">
<div class="mktoString" id="WebinarForm" mktoName="CventFormReg" default="add Cvent registration embed code"</div>
</div>