I would like to goto a custom page after someone subscribes to my newsletter here;
http://www.remixtips.com/make-skrillex-dubstep-glitch-talking-bass-synth-massive-download-free/
Instead of "Check your inbox or spam folder now to confirm your subscription."
I would like it to goto another page;
http://www.remixtips.com/subscribed/
Someone already asked this question on here, I tried changing my script file as per the posted solution but it didnt work - perhaps because of the update of mailpoet?
This is the previous answers - which didnt work for me;
http://wpquestions.com/question/show/id/8836
Firoja_Imtosupport answers:
Hi,
You have written wrong url in http://www.remixtips.com/wp-content/plugins/wysija-newsletters/js/front-subscribers.js
Change
window.location.href = window.location.href http://www.remixtips.com/subscribed/
To
window.location.href ="http://www.remixtips.com/subscribed/";
drifta303 comments:
works great! thanks! =D