On Monday, May 9, 2011 10:59:46 PM UTC-4, pbreit wrote: > > Do filters work with SQLFORM.factory? I'm not sure CRYPT returns an > encrypted string so much as it causes the string to be encrypted when > SQLFORM puts it in the DB. I could be wrong.
When I create a SQLFORM.factory with a requires=CRYPT and call form.accepts, I get back a hash of the input, even without any db IO. Anthony