Add fallback length checks to form data before it ever hits the database
By design we don't have WTForms runs its data checks on the form fields before the user tells us the form is completed, in order to allow saving of part complete forms, but we should probably enforce some sort of very basic sanity check on length (see also #62 (closed))