Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.79 -r1.80 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 17 Jul 2007 00:16:19 -0000 1.79 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 17 Jul 2007 13:18:08 -0000 1.80 @@ -733,6 +733,7 @@ # insert automatic form fields on top foreach att $field_names { if {$formgiven && ![string match _* $att]} continue + if {[info exists auto_field_in_form($att)]} continue set f [my lookup_form_field -name $att $form_fields] $f render_item }