 
	
		
		
		
		
			
Hi,
I’m stuck. I’d like to put an HTML (js generated) form into my page.
So I have an Avia button :
<div class="avia-button-wrap avia-button-center  avia-builder-el-11  el_after_av_hr  avia-builder-el-last ">
      <a href="#mktoForm_1098" class="avia-button  avia-icon_select-no avia-color-orange avia-size-medium avia-position-center">
            <span class="avia_iconbox_title">Télécharger ce témoignage</span>
      </a>
</div>linked to this form, set in a code block below it :
<script src="//app-lon04.marketo.com/js/forms2/js/forms2.min.js"></script>
<form id="mktoForm_1098" class="mfp-hide"></form>
<script>MktoForms2.loadForm("//app-lon04.marketo.com", "XXX-KII-XXX", XXXX);</script>The click anchor to the hidden form.
I cannot figure how to  make it working… :/
Thanks for your help
=====================================
EDIT : OK, gotcha, I was triggering the content, not the link.
That’s ok now.
