Hello all,

I have a page where a user enters in some data, and then some
calculations need to occur before the data is put into the database.

Right now I have
   form = SQLFORM(db.entries, entry)
and whatever the user enters is successfully put into db.entries.
So now I want to do the calculations before populating the database,
but not sure how.

Any suggestions?

Thanks.
Adrian

Reply via email to