Hello,
I have a grid with a field type select that can be update.
I would like to send an email when the value of this field is updated.
Could you help me achieve this?
Thanks
Jon
1 Answers
You need to use on_insert / on_update event callback function and based on the value of dropdown execute email sending code.
Refer docs: http://www.phpgrid.org/docs/#Grid_Events
This is supported in full version and In case of confusion you can send me code for review.
Your Answer