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.

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)

TrackBack: 0
(URL: http://www.thegirliematters.com/sf/mt-track.cgi/72)