Submitted by Julian Egelstaff on Sat, 10/16/2010 - 12:51am.
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.
Freeform Solutions is proudly supported by a grant from the Ontario Trillium Foundation, which builds healthy and vibrant communities in this great province. The Ontario Trillium Foundation is an agency of the Government of Ontario.
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