This topic is locked

Sending Email from View page

11/22/2006 8:11:42 AM
ASPRunnerPro General questions
I
intour author

Hi,
I want to send an email from the view page that contains some of the fields.
It's so a potential customer can request more information about the product they are viewing.
I need to add the make and model from the database and then I need them to add their name, email address and phone number manually then email the whole thing to me.
The email events all seem to happen when a record is updated whereas I only need a simple form.
Many thanks
Nigel

Sergey Kornilov admin 11/22/2006

Nigel,
you can do this using ViewOnLoad event.
Use sample action Send an email with old data record.