Can I require a minimum number of characters in a form field?

Our barcode numbers are 14 characters long. I have a form that asks for the barcode. Is it possible to require exactly 14 characters?

Peggy - Are you hand coding this form or is it a form from a Percussion widget?

it is a form from a Percussion Widget.

Thanks!

Are you familiar with javascript? This can be accomplished pretty easily with it.

Matt is correct. There is no way through the CM1 UI to require a 14 character entry, but this can be done through javascript