# File wfo/form.rb, line 155 def input_type(name) c = @controls.assoc(name) return nil if !c return c[2] end