I've set up some multiforms on a 5.2 site, using the excellent multiform module.

What I can't figure out is how to get the module to notify me when a form is submitted. As far as I can tell, this has not been built in to the module thus far -- or am I missing something?

I have a bit of knowledge of php, but I'm a bit lost when it comes to programming something like this into Drupal -- does anybody know of a code snippet I might be able to recycle for this purpose?

Many thanks!

Comments

gpk’s picture

If you use webform or survey modules to generate the form then you can get them to email you automatically.

Or examine their code to see how to send an email.

Good luck,

gpk
----
www.gelst.com

ob3ron’s picture

Thanks gpk -- I will check out their code and see if I can incorporate it, but first I am trying to see if the actions module might do what I need. :-)

drumnbace’s picture

i've been trying to do the same thing but have no luck. i have a form that i want to email to a designated email address. i've installed the actions module, and can't seem to get an email to send, or even where to specify the email address. has anyone had any luck?

gpk’s picture

Multiform may not be "Actions-enabled". You'd probably need to write a (very small) custom module to intercept form submission and generate/send the email. As I mentioned above, you can configure the webform and survey modules to send emails automatically; have a look at their code - it's not that hard to implement the same thing in your own custom module.

gpk
----
www.alexoria.co.uk