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 <<a href="mailto:design5@softflow.co.uk">design5@softflow.co.uk</a>> 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>
> When I use (:input text projecttitle {$:projecttitle} size=80:) and that<br>
> value is 'My First Project', the page is created -- Projects/MyFirstProject.<br>
> When I go to Edit that page via Fox, the "My First Project" on the form<br>
> becomes "My". A subsequent Save will then create a new page, Projects/My.<br>
<br>
</div>Try<br>
<div class="Ih2E3d"><br>
(:input text projecttitle "{$:projecttitle}" 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 "Mike's Place".<br>
<font color="#888888"><br>
<br>
~Hans<br>
<br>
</font></blockquote></div><br>