• The form works perfectly as a page. However, this page is supposed to part of a pop-up to collect the email address and name of website subscribers. When the popup is running the same page it reads [contact-form 1 "Contact form 1"] rather than proving the forms. Will this always happen or is there some change that I can make?

    Thanks,
    Don

    http://wordpress.org/extend/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
  • Hi,

    I had the same problem. you need to change one line in the plugin itself.
    Go to wp-super-popup.php, and on line 116 (right now), change
    die( get_the_content());

    to:

    the_content();
    die();

    This should fix it.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Contact Form 7] Integrate with Super Pop-Up’ is closed to new replies.