Automated Mail

I would like to be able to send the results of a form submit to an administrator each time a form is submitted - questions and answers (Like liaise).

Is this possible?

Many thanks.

Comments

Yes, it's possible

Hello,

Yes, you can do this. You need to setup a notification on the form, and set the notification to be sent to everyone in the Webmasters group. (You have to do this with an admin account, or an account for a group that has been given permission to set notifications for other users...otherwise you will only be able to set notifications that go to you).

Also, you will need to make a custom template for the notification. You simply need to stick that file in the modules/formulize/language/english/mail_template/ folder (or whatever your language is). And you can put the special codes:

{ELEMENT_X}

in the body of the message. X is the element ID number. That will cause the value for that element to be inserted in the message.

I hope this helps, good luck with it,

--Julian