I assume it would be the same as when using SQLFORM.factory -- see an 
example in the book here: 
http://web2py.com/book/default/chapter/07#SQLFORM.factory

On Thursday, March 10, 2011 8:23:45 AM UTC-5, Eduardo wrote:

> 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 FORM( ) and accepts( ) 
> to then insert the values on a database? 
>
> Thanks, 
>
> Eduardo

Reply via email to