Problems embedding form in WP

  • clav
    Asked on March 11, 2015 at 1:58 PM

    I'm using the Ralient theme on wordpress, which uses the visual composer plugin for composing pages: http://vc.wpbakery.com

    Through this plugin you can insert raw HTML, but when I do so with my form's provided html:

    <script type="text/javascript" src="//form.jotform.ca/jsform/50688088582267"></script>

     

    Nothing shows up either when i hit preview or publish.

    I've also tested this with a  blank page using the text composer and again, my form does not show up.

     

    I know that this method should work, because i'm able to integrate my base CRM leads capture form the exact same way:

    <script type="text/javascript" src="https://leads-capturer.futuresimple.com/embed.js?token=7fd6204773282a211f3f9f430ab322f4"></script>

    Which can be seen here:

     http://www.llamazoo.com/easyanatomy/

     

    I've also tried using the JotForm wordpress plugin, but have not been able to get it working either.

     

  • Sean
    Replied on March 11, 2015 at 3:12 PM

    It seem as if you are having script conflicts with that embed code. Did you try using the iFrame method to see if that would work?

    Here is the iFrame embed code for your form:
    <iframe id="JotFormIFrame" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="//form.jotform.ca/form/50688088582267" frameborder="0" style="width:100%; height:1342px; border:none;" scrolling="no"></iframe>

    This guide might be useful:
    http://www.jotform.com/help/148-Getting-the-Form-iFrame-Code

    Can you give that a try and let us know the outcome? We will await your response.

    Cheers!

     

  • clav
    Replied on March 11, 2015 at 3:14 PM

    Hey! Thanks for the quick response. This solved my problem!

  • Sean
    Replied on March 11, 2015 at 3:15 PM

    It's good to know that your issue is now resolved :)

    Feel free to contact us if further assistance is needed.