Hi and thanks for the great plugin! My question is: can I show new subscribers an AJAX based message instead of sending them to a new page after they subscribe? If so, which PHP file and function do I need to find? I think I’ll be OK with writing the code once I find where to place it. 🙂
Hi, probably you should consider to create your own form and call the NewsletterSubscription::instance()->subscribe() which extract the data from the request and complete the subscription process. Anyway I hope to have shortly a new version at least of the widget AJAX ready.