This topic is locked

Emailing Record to an Email address

5/23/2012 11:52:33 PM
PHPRunner General questions
D
dustinforehand author

Good Morning Everyone.. I am in need of some help.

This program has been a lifesaver. I was wondering if anyone could help me with trying to email a record by clicking a button. I have tried the example in the user manual and can not get it to work.

  1. I have a table called tracking
  2. the fields are id, date, time, receivedby, courier, file, email

    -- on the add/edit page the ID field is not visible
    I would like to add a button on the edit page will email that specific record to the email address in the email field. I do not the email to go out every time an record is added, only when it is requested.
    Can anyone help!