Send email on edit when all fields are filled

Send email on edit when all fields are filled

N-tronelN-tronel Posts: 7Questions: 4Answers: 0

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

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    You could either validate that on the client, see an example here, or you could use server-side validation, see manual here.

    Colin

This discussion has been closed.