if response_field.field_options["minlength"] && (!value || value.length < response_field.field_options["minlength"].to_i)
      @errors << "#{response_field.label} is too short. It should be #{response_field.field_options["minlength"]} characters or more."
    end