On Tue, 2003-05-13 at 10:46, Dylan Reinhardt wrote: > <input type=hidden value=<dtml-var title>> One quick correction/note: The above will work correctly only if the title contains no spaces. A more generally useful tag would be: <input type=hidden value="<dtml-var title>"> Dylan