# File ValidForm_html.rb, line 297
        def field_tohtml(withValidation=true,indentLevel=0)
                super.gsub('type="text"','type="hidden"')
        end