This topic is locked

Send a link to a user for the print page

11/17/2016 8:58:50 AM
PHPRunner General questions
S
swanside author

hi all
I have a user email field, and when a user adds a new record, I want them to get an email with a link to the print page for what they have just added.

Would that be possible to do?
Cheers

Paul.

L
laonian 11/17/2016

I guess you can send them this link:
http:&a=print
Replace the red parts with your specific data. If you email it in "after record added" event, the recordID would be $keys["yourID"].