Closed (won't fix)
Project:
Webform Block
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2010 at 23:20 UTC
Updated:
11 Feb 2012 at 15:10 UTC
Hi, I maintain the authorcontact module http://drupal.org/project/authorcontact which allows users to contact the author of any particulr node. Useful for auction sites, multi-blogs etc.
In my issue queue I get lots of requests for functionality similar to that of webform: configurable fields, attachments, etc. If Webform Block could include an option to send to the author of the current node, then authorcontact could possibly be dropped altogether, or at least remain a very simple module with webform block doing anything that needed fancier forms.
Let me know what you think - I'm happy to share how my module sends emails to the current node owner from a block.
Comments
Comment #1
buddaThis sounds like functionality to incorporate in to webform module itself, then the webform block module can make use of it.
if it wont be included in webform module then maybe it's a case for its own simple companion module for webform ?
Comment #2
nravens commentedThis is exactly the functionality I need on a webform. I have different content types. The content will be user generated and I need a contact form on each node to allow mail sending to the author of that particular node.
Any suggestions on how I can achieve this?
Comment #3
quicksketchThis is pretty much a combination of #353748: Add the option for a form to use the submitter username and email address as the from address. and #428982: New hooks for additional token replacements.
Comment #4
JmsCrk commentedNakes, the authorcontact module does exactly that, but only with a simple email form. http://drupal.org/project/authorcontact
Comment #5
JmsCrk commented@budda I'm not sure how the 'normal' webform module would achieve this as each webform is itself a node - it is pointless sending to the owner of the current node when the webform is appearing on its own node - this is only a useful addition when using webforms in a block when the block appears on a different node.
My instinct is therefore that this is a webform_block issue, not webform itself. But I'll leave that to you to decide.
@quicksketch it's the owner of the node on which the webform block is placed that we want to be able to send the form to, a little different to #353748 but down the same path.
... I can have a go at making an addon module but I'm unfamiliar with webform and webform_block.
Comment #6
quicksketchYou're quite correct then, Webform shouldn't be handling this situation, since it doesn't have any idea of where the form is actually placed. I'm moving this back to Webform Block. If the author isn't interested in adding this, then you'll be down to a custom module.
Comment #7
matteoraggi commentedOption to send emails to authors or nodes is greatly appreciated from my side, tell me please if some donation could help in that direction.
Comment #8
JmsCrk commentedDo any of the new hooks in webform 3 allow me to change the recipient of the email before it is sent? If so this may be a way forward.
Comment #9
matteoraggi commentedcould you please me link to these hooks? because I can't find it
Comment #10
BeaPower commentedIs this now possible in the current release?
Comment #11
buddaSorry no plans to develop this module further since Webform 3.3
Comment #12
matteoraggi commentedBut webform 3.3 is a past vesion of webform:
http://drupal.org/project/issues/webform?text=6.x-3.3&status=All&priorit...
Maybe you want to mean 6.x-3.30 ? actual stable is 6.x-3.15 .
the last .15 releases was developed in about 1-2 years, it mean that we have to wait 1-2 years to start to really hope abot the "Option to send form results to author of current node" ? Or maybe it will be done first?
When do you think that webform 6.x-3.30 will be published?