Re: [web2py] Performing database inserts with FORM( )

2011-03-10 Thread Kenneth Lundström
Please explain what kind of control you need. It's much easier to help. Kenneth Hello, I understand database inserts with SQLFORM( ) and accepts( ) are automatic when input is valid. However, I need more control over the form fields and validation upon data entry, not on the model level. Thos

[web2py] Performing database inserts with FORM( )

2011-03-10 Thread Eduardo
Hello, I understand database inserts with SQLFORM( ) and accepts( ) are automatic when input is valid. However, I need more control over the form fields and validation upon data entry, not on the model level. Those are limited when using SQLFORM. Can anyone point out a simple example of using FOR