If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
IS_NOT_EMPTY_IF_OTHER validator requires filling field A if field B has content. If field B is empty, field A may be empty, too. Example: requires ...
Numeric fields, like zip code, usually has characters other than numbers when edited in a form. When they are submitted to backend, you need to saniti ...
Lets say you have an invite page "Invite your friends" or a "send to friends" feature on your app, user will be able to insert in a text box a list of ...
list:string types do not come yet with pratical dynamic validator and widget so I wrote one. It handles list:string like text tags separated by comma ...