CODE
<MTEntryIfAllowPings><form method="post" action="<$MTCGIPath$><$MTTrackbackScript$>" id="trackbacks_form">
<fieldset>
<legend class="comments-head">Report a remote comment</legend>
<input type="hidden" name="tb_id" value="<$MTEntryID$>" />
<label for="title">Title:</label><br />
<input id="title" name="title" value="Post Title" /><br />
<label for="blog_name">Your Blog Title:</label><br />
<input id="blog_name" name="blog_name" value="Blog Title" /><br />
<label for="url">Entry URL:</label><br />
<input id="url" name="url" value="http://example.org/someentry/1.php" /><br />
<label for="excerpt">Excerpt:</label><br />
<textarea id="excerpt" name="excerpt" rows="10" cols="50">Summarize your entry here - Note: current TrackBack technology limits this to 255 characters.</textarea><br />
<p>This form will not redirect currently. I am looking for away to take care of that, but for now, please use your browsers BACK features.</p>
<input type="submit" value="Report" /><br />
</fieldset></form></MTEntryIfAllowPings>
<fieldset>
<legend class="comments-head">Report a remote comment</legend>
<input type="hidden" name="tb_id" value="<$MTEntryID$>" />
<label for="title">Title:</label><br />
<input id="title" name="title" value="Post Title" /><br />
<label for="blog_name">Your Blog Title:</label><br />
<input id="blog_name" name="blog_name" value="Blog Title" /><br />
<label for="url">Entry URL:</label><br />
<input id="url" name="url" value="http://example.org/someentry/1.php" /><br />
<label for="excerpt">Excerpt:</label><br />
<textarea id="excerpt" name="excerpt" rows="10" cols="50">Summarize your entry here - Note: current TrackBack technology limits this to 255 characters.</textarea><br />
<p>This form will not redirect currently. I am looking for away to take care of that, but for now, please use your browsers BACK features.</p>
<input type="submit" value="Report" /><br />
</fieldset></form></MTEntryIfAllowPings>
If someone can tell me how to handle that redirect, I'd be thankful.
David