onaccept=lambda form: (f1(form),f2(form),f3(form),...)
On Jun 16, 10:00 am, szimszon <[email protected]> wrote: > Hello! > > I wonder if somebody could help me. > > Can I chain somehow the onaccept functions or specify more functions > on onaccept? > > I need crud.archive and I need some custom computing if the crud form > is accepted like storing additional files, populate another table data > from accepted form fields automatically but not as is but I have to > calculate the value from form's field value...

