Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #655225

    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.

    • This topic was modified 7 years, 9 months ago by FlorisMoriceau. Reason: Resolved
    #655597

    Hey FlorisMoriceau,

    Not sure about what you wrote in your edit, did you get the problem fixed or not? If not then please try explaining a bit further.

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.