By bitshift on
How can I embed a contact form within a node - or something similar? I want a visitor that is viewing a specific node type to be able to quickly contact me about the content they are viewing. So for example, a given node type might have photos and information, but at the bottom of the page would be input fields for their email address, phone etc - and a "contact me" button. The email that is generated would include a link to the node that the user was looking at and the info they filled out.
ideas ?
Comments
here is a sweet deal for you...
There is module call Feedback 2.0 which will solve your problem...
http://drupal.org/project/feedback
Chetan
There is also the author
There is also the author contact form, if you do not want to use the jquery2 update.
BINGO! That is exactly what
BINGO! That is exactly what I needed, thank you so much.
Then I just combined this with a little php code to set block visibility only for a given node type,
which I found here http://snipplr.com/view.php?codeview&id=7161