Quantcast
Channel: Newsletter plugin - Tribulant Software Forums
Viewing all articles
Browse latest Browse all 470

[SOLVED] Subscribe via ajax

$
0
0
We integrated the newsletter-subscription form into our page footer, simply by placing this code into the page footer:

<?php
global $Shortcode;
$args = array('list' => 1);
echo $Shortcode->subscribe( $args );
?>

Now we want the subscription to be sent via Ajax, without refreshing the whole page.
Does the newsletter plugin support this?


Viewing all articles
Browse latest Browse all 470

Trending Articles