Marie Robichon wrote at 2003-6-6 17:00 +0200:
> ...
> I would like to capitalize an entry of a form before it goes into my db thus:
> ...
> <dtml-var project_title capitalize>,
Try:
<dtml-sqlvar expr="project_title.capitalize()" column=project_title type=string>
Dieter