> > Ok nvm I just read that web2py will not allow this by default *cheers >
Where did you read that? web2py *will* allow whitespace and special characters in string fields. If you need to restrict the input, look into the IS_ALPHANUMERIC or IS_MATCH validators (see http://web2py.com/books/default/chapter/29/7#Validators). Anthony

