Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hi!
    I see form javascript was loaded two times.
    Why do you need this?
    Also try to change

    jQuery(window).load(function() {
        jQuery('#imdloadernewsletter').html(...

    to

    jQuery(document).ready(function() {
        jQuery('#imdloadernewsletter').html(...

    Thread Starter eoinmelvin

    (@eoinmelvin)

    Thanks for getting back to me.

    It’s been changed to just one form being loaded now and the issue still persists. #imdloadernewsletter has nothing to do with the form or plugin though so that shouldn’t have anything to do with it either? Any other potential issues?

    Plugin Contributor Max Bond

    (@max-bond)

    Any other potential issues?

    There are no javascript errors on page… Very bad situation for debugging … )

    Try to change form init code as I wrote previously!

    Thread Starter eoinmelvin

    (@eoinmelvin)

    Changed a few settings and it’s working now so all good! Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Form not appearing with plugin enabled’ is closed to new replies.