<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
john<BR>
&nbsp;<BR>
again, thanks for the suggestions - <BR>
&nbsp;<BR>
quote: "<BR>
<DIR>
<DIR><FONT face="Tms Rmn">
So the action function<BR>
needs to be a variant on formtitle's MakeFormLink function,<BR>
that redirects to the url corresponding to the pagename<BR>
with the given title. Essentially, the return MakeLink(...)<BR>
when count($n)==1 has to become Redirect(MakePageName(...))"<BR>
&nbsp;<BR>
&nbsp;<BR>
i did try editing formtitle but am not having much joy with the redirect. the link on the page - [[?test]] is taking the user onto Main.Entries where all the entries are listed. it is filtering out other results and ends up with the sole entry for the server named 'test'. except i would ideally like the link to redirect the user straight to the entry for 'test' rather than have them click through to the entry from Main.Entries.<BR>
&nbsp;<BR>
using your suggestion above i changed formtitle to read - <BR>
&nbsp;<BR><FONT size=2>
if (count($n)==0) return MakeLink($pagename,$newentry,<BR>
str_replace('"','&amp;quot;',$title),$suffix,$fmt);<BR>
elseif (count($n)==1) return Redirect($MakePageName,$n[0],$title,$suffix);<BR></FONT>
&nbsp;<BR>
but this does not redirect as i would have hoped.<BR>
&nbsp;<BR>
is there something i'm missing here? i'm not using the summary field when editing so perhaps the text from the summary needs to be picked up on RecentChanges??<BR>
&nbsp;<BR>
thanks<BR>
&nbsp;<BR>
david<BR></DIR></DIR></FONT><RTE_TEXT></RTE_TEXT></body>
</html>