Frequently Asked Questions
It's okay. From time to time, we all have questions.
FAQ
  • How can I automatically adjust my embedded form height to its content?

    Add the following javascript code to the bottom of the page where you have inserted the embed form code snippet.

    Insert this code between opening and closing "script" tags.

    Don't forget to replace "iframeDiv" with the id of the div enclosing the snippet code of your form!


    var iframe = $("#iframeDiv iframe");
    // Adjusting the iframe height onload event
    iframe.onload = function(){
    iframe.style.height = iframe.contentWindow.document.body.scrollHeight + 'px';
    }


    Happy collecting submissions!

Other Forms Compatibility questions

Balloons
It's free!