Home Forums Newsletter Plugin Support Confirmation popup window

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #8686
    Lukas Fiala
    Participant

    Hi. I am new user of this plugin so sorry for stupid question.
    I need make a popup window witch do everything what subscribe.php file do. Simply I have this code:

    <form name="newsletter" method="post" action="<?php bloginfo('siteurl')?>/wp-content/plugins/newsletter/do/subscribe.php" onsubmit="return newsletter_check(this)">
    <p>Something</p>
    <input type="email" class="newsletter-email" name="ne" value="Email" onblur="if (this.value == '') {this.value = 'Email';}" onfocus="if (this.value == 'Email') {this.value = '';}" required />
    <input class="newsletter-submit" type="submit" value="ODESLAT" />
    </form>

    and I want to do something like “lightbox” witch open a subscribe.php file and add email to database and write some confirmation text and thats it. Thanks for reply.
    Btw: really great plugin, thanks.

    Lukas

    #8687
    Stefano
    Keymaster

    Tha page, subscribe.php, redirects to the confirmation page. The only thing you can do is to force a specific confirmation page url where you can code the popup response content.

    Stefano.

    #8696
    Lukas Fiala
    Participant

    Hi Stefano,
    thanks but i don´t want to redirect to another page. I want to stay at current page and use for example this: https://code.google.com/p/easybox/wiki/GettingStarted
    easy box with iframe that open confirmation page 🙂 I really hope that its correct, sorry for my english

    #8703
    Stefano
    Keymaster

    Hi, you should had code a lot of thing to get that effect… actually the plugin does not support that kind of behavior.

    Stefano.

    #8833
    Anonymous
    Inactive

    This is the single reason why i’ll now look for another newsletter-plugin. While i appreciate your work and your plugin, it is 2013. Confirmations should happen on the same page, not a new page.

    #8834
    Anonymous
    Inactive

    @Lukas: i just tried http://www.wysija.com/
    It has all confirmations on the same page. Sadly, also on page-reload (not AJAX) but better than nothing.

    #8841
    Stefano
    Keymaster

    Hi, making a general working ajax version of a subscription process is not always an easy thing. Plugins must work on almost every blog, I cannot afford the support request that may come from all that incompatible themes out there.

    Actually the plugin does a page reload, there is not so bad on that, the subscription rate does not change by the behavior os the subscription button. Once pressed it is pressed.

    More, it would even be better to completely change the page, even the url, because it’s a standard method to track down conversions with the tools freely available on the net, without code javascript.

    Stefano.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.