This topic is locked

Email All fields

10/27/2006 10:06:54 AM
PHPRunner General questions
R
renegadekn author

I have a requirement to email all the fields that the user fills out to one e-mail address. This can be done when they hit the save button. What I'm not sure of is the code to include all the fields in the message.

If anyone has some ideas, please let me know.
Thanks,
-Rob

J
Jane 10/27/2006

Rob,
you can do it using events.

Proceed to the Events tab (step 11), select Before record added event and add your code in it.

Use Send a email with new data action as a sample.

R
renegadekn author 11/1/2006

Rob,

you can do it using events.

Proceed to the Events tab (step 11), select Before record added event and add your code in it.

Use Send a email with new data action as a sample.


Thanks,

This will work for me.