# File lib/merb_helpers/form_helpers.rb, line 290
      def hidden_control(col, attrs = {})
        attrs.delete(:label)
        errorify_field(attrs, col)
        attrs[:class] ||= "hidden"
        hidden_field(control_name_value(col, attrs))
      end