Hello I have a field for a table
Field('profile_name',length=64),I would like to make sure special characters and whitespace can't be added to it How would I go about doing this? and produce an error message if it occurs on form submission (div.error)) *cheers

