Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Is this something that the actions module could handle?
I'm looking at the best form builder so this and Webforms are the current contenders :)
Emailing of form data is going to be an important function, for me anyway
Great idea! I've added an action to multiform_core.module that will email each submission to the email address of the creator of the multiform. Let me know if you run into any problems with it!
Comments
Comment #1
mcantelon commentedNot yet, but good idea. A hook should probably be made for form completion where this kind of functionality can be stuck in.
Comment #2
rastarr commentedIs this something that the actions module could handle?
I'm looking at the best form builder so this and Webforms are the current contenders :)
Emailing of form data is going to be an important function, for me anyway
Comment #3
mcantelon commentedHi Rastarr,
Great idea! I've added an action to multiform_core.module that will email each submission to the email address of the creator of the multiform. Let me know if you run into any problems with it!
Cheers,
Mike
Comment #4
mcantelon commentedFeature added.