If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
This code is a working example that formats a form input to send emails containing multiple atachments or store them as draft (i.e. with the new imap ...
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 ...
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 <fieldset> and <legend> 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 ...