# File formvalidator.rb, line 730
    def filter_capitalize(value)
      value.capitalize
    end