I am reading in the book:
crud.settings.create_onvalidation = StorageList()
But I just don't get it.
I wanted to send an email when the form submits successfully, and I have created a method for that.
send_email(to_email, subject, message)
How would I do this?
BR,
Jason Brower

Reply via email to