HTML in snippets are being stripped
We had a few rich snippets with custom HTML that were working perfectly fine before. But now, when we made changes to the snippets, some HTML does not save. It looks like Marketo is filtering the HTML before saving.
Before:
<a class="some-class" onclick="custom_js_function('facebook')" href="javascript:void(0);"> <em class="social-login-icon facebook"></em> Facebook </a> Changes to
<a class="some-class"> Facebook </a>
Is there a way to put onclick on the links inside snippets?