You can use crud.settings.create_onaccept 
(see http://web2py.com/book/default/chapter/07#Settings) or crud.create(..., 
onaccept=lambda form: your code) 
(see http://web2py.com/book/default/chapter/07#Methods).

Anthony

On Thursday, October 13, 2011 8:47:03 AM UTC-4, Web2Py Freak wrote:
>
> Dear All , 
>
> i have a crud.create form and i want to send an email on its accept  , 
> how can i do that ??

Reply via email to