is this possible using the iframe for forms embedded on CMS like wix?

  • oseo5511
    Answered on July 08, 2013 04:27 AM

    is this possible using the iframe for forms embedded on Wix?

  • Elton Support Team Lead
    Answered on July 08, 2013 05:52 AM

    Hi,

    That's not possible. However, if you used the URL paramter directly on the embedded form URL, that should work. Example:

    <iframe id="JotFormIFrame" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="//form.jotformpro.com/form/31840709231954?&name=John" frameborder="0" style="width:100%; height:465px; border:none;" scrolling="no"></iframe>

    Thanks!