Ok nvm I just read that web2py will not allow this by default *cheers
:-) On Tue, Jul 3, 2012 at 10:47 AM, Andrew Evans <[email protected]>wrote: > 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 >

