Simple ajax widget subscription example using jQuery.js
- change ajax url LINK_TO_YOUR_EMAILER to your link (copy link from Usefull extras -> Subscribe widget form action attribute)
- setup your widget, set After submit subscription widget to:
- do nothing
and modify response in
$('#e_widget').html(data);
to
$('#e_widget').html('YOUR MESSAGE');
OR
- show txt message
and set the message in widget