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