email (mailto)

E

edmill

Guest
Can dadabik be patched (or altered) to send a copy of the data from a new insert transaction, to an email address ?
The form is being used as a registration form. The data entered needs to be sent to an addressee as well as being logged to the database. The email address is contained in a record from another table that is providing a lookup field value (listbox single), to the form .

 
E

Eugenio

Guest
edmill wrote:

> Can dadabik be patched (or altered) to send a copy of the
> data from a new insert transaction, to an email address ?
> The form is being used as a registration form. The data
> entered needs to be sent to an addressee as well as being
> logged to the database. The email address is contained in a
> record from another table that is providing a lookup field
> value (listbox single), to the form .

Look at the insert_record function in include/business_logic and add your code there.



(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top