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