Newsletter subscription confirmation

2 posts by 1 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: June 1, 2018   (RSS)

By gversion - June 1, 2018

Hello,

Is it possible to redirect the user to a thank you page if they successfully submit the newsletter subscription form? Something like the below code should work but I am not sure where to put it and ideally don't want to have to edit any core plugin files.

// on success
redirectBrowserToURL("/thankyou-subscription.php");
exit;

Any help would be much appreciated.

Regards,

Greg