I'm using a custom page to add entries, but it always redirects to the MT edit entry page after submitting, when I'd like it to simply go to the main page of my site.
CODE
<input type="hidden" redirect="news.html">
doesn't work, nor does the comment script CODE
<input type="hidden" static="1">
You can see what I have so far here: Custom Entry page
Thanks!