![]() |
Sergey Kornilov admin 10/23/2015 |
You can use event like AfterEdit for this purpose. If email address is stored right in that record you can use something like $values["EmailField"] instead of hardcoded email address. |
M
|
mfriend author 10/23/2015 |
You can use event like AfterEdit for this purpose. If email address is stored right in that record you can use something like $values["EmailField"] instead of hardcoded email address. More info on AfterEdit event: http://xlinesoft.com/phprunner/docs/after_record_updated.htm
|