tips and tricks for movable type
redirect url for mt add notify
August 11, 2002
You can control the page that is displayed after someone adds their email address to your notification list, by including the _redirect input form setting in the default MT Add Notify form.
Add this to your form code:
<input type="hidden" name="_redirect" value="URL">
where URL refers to the page you want to redirect to.
Example:
<input type="hidden" name="_redirect" value="http://www.yourdomain.com/blog/index.html">
I added this to my own notify forms on the blog and journal to redirect to a Thank You page.