If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
Adding a captcha to a form as shown in the book requires too much work!! ;-) Here is a simpler way to do it. ...
Simple search form to filter orders from specific buyer/user ...
I have design a a page using html and my own custom grid system .. and wish to port it to web2py view I have placed my CSS files, js ...
This is an extension of ochiba77's slice. This doesn't use a db to get the data for the dropdowns. ...
Create Form Wizards based on web2py SQLFORM, allows client side validation eve for single step forms ...
If you want to work with and you can still use SQLFORM. As shown in other slides the form can be manipulated by slicing and method ...
Revising Widgets for HTML5 Input Types ...
This slice show how to create a form wizard and it is based on this post: http://motanet.com.br/python/form-wizard-com-web2py/ ...
Requires jQuery.form plugin ...
It often happens that you have two tables (for example 'client' and 'address') which are linked together by a reference and you want to create a singl ...