Send email on edit when all fields are filled
Send email on edit when all fields are filled

Hi,
I just have a question.
I would like to send emails when all fields are filled and I'm clicking on edit.
For the email part, i'm ok, i used this topic to do it : https://datatables.net/forums/discussion/63644
But how can I do to verify that all fields get value to send the email ?
Thank you for your help
Nicolas
This discussion has been closed.
Answers
You could either validate that on the client, see an example here, or you could use server-side validation, see manual here.
Colin