Is it possible for DTML to create or modify a form value? I understand that REQUEST.form is a dictionary, but I cannot seem to add dictionary elements. I've tried <dtml-call expr="REQUEST.form['test']='value'"> <dtml-call expr='REQUEST.form["test"]="value"'> <dtml-call expr="REQUEST.form.set('test','value')"> but none of them work. What am I doing wrong here? ------------ Brian Withun