Skip to content

Instantly share code, notes, and snippets.

@padicode
Last active December 18, 2015 05:39
Show Gist options
  • Save padicode/5734456 to your computer and use it in GitHub Desktop.
Save padicode/5734456 to your computer and use it in GitHub Desktop.
PadiAct Redirect on Subscribe
<script type="text/javascript">
window.nrlskOnEvent = function(padiact)
{
if (padiact.type=='subscribe')
{
window.location = "http://yourwebsite.com/newpage.html";
//change http://yourwebsite.com/newpage.html to the page you want to redirect when people subscribe
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment