That was the problem. The name of the page is correct. When I edit the page, the fields retain their full value.<br><br>Thanks and thanks for building and supporting Fox Forms.<br><br><div class="gmail_quote">On Sat, May 17, 2008 at 4:20 AM, Hans &lt;<a href="mailto:design5@softflow.co.uk">design5@softflow.co.uk</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">Saturday, May 17, 2008, 4:05:32 AM, Scott Smith wrote:<br>
<br>
&gt; When I use (:input text projecttitle {$:projecttitle} size=80:) and that<br>
&gt; value is &#39;My First Project&#39;, the page is created -- Projects/MyFirstProject.<br>
&gt; When I go to Edit that page via Fox, the &quot;My First Project&quot; on the form<br>
&gt; becomes &quot;My&quot;. A subsequent Save will then create a new page, Projects/My.<br>
<br>
</div>Try<br>
<div class="Ih2E3d"><br>
&nbsp;(:input text projecttitle &quot;{$:projecttitle}&quot; size=80:)<br>
<br>
</div>Always put values in input markup in quotes, in case the value<br>
consists of more than one word. Use double quotes in case the value<br>
contains single quotes like &quot;Mike&#39;s Place&quot;.<br>
<font color="#888888"><br>
<br>
 &nbsp;~Hans<br>
<br>
</font></blockquote></div><br>