if the default value is coming from a variable, like a query, or a url, then you should be sure to wrap it in the htmlEditFormat function... and it will need to be inside <cfoutput> tags....
<input type="text" name="username" size="20" maxlength="40" id="user" value=<cfoutput>"#htmlEdit
Main Topics
Browse All Topics





by: gardinePosted on 2006-04-13 at 15:04:49ID: 16449839
Hi,
All you have to do is indicate a value like so:
<input type="text" name="username" size="20" maxlength="40" id="user" value="username here">