I'm trying to modify the comment form so that when a user posts a comment, it redirects them to the top of the comments div, using this redirect URL: www.blogurl.com/posturl.html#comments
I've tried using this code:
#comments" />
However, this generates code like this:
www.blogurl.com/posturl.html#comments#comment-145
How can I set it up so that the "#comment-145" is not appended?
Reported on Movable Type 4.3
I realized that the forum stripped out the code I tried to use to generate this redirect URL:
The code I've been trying is this:
<input type="hidden" name="static" value="<$mt:EntryPermalink$>#comments">