Can't be blank?

November 2nd, 2006

I think someone got a little overzealous with data validation at Revver. When providing your address, it requires the second address field to have a value. It produces not one error, but two identical errors that the field “Address2 can’t be blank”.

Signup Interface

What kind of strange interface glitches have you seen?

Update: I thought about this a bit and it seems too obvious to be an overzealous validation. I would bet that the validation is auto-generated. Something like ‘for every field, add validation for presence of data’. Just happens that you don’t want that for some of the fields.

Leave a Reply