create contact form with refererences to nodes
tomsm - March 4, 2009 - 09:05
Hello,
I want to create a contact form for registered which contains references to titles of products (nodes of content type "product") that the user is interested in.
I know that CCK has a nodereference field, but how do I add a search function to this field? I do use taxonomy to index my product nodes. Maybe I can use this?
Secondly, how do I make a contact form of this CCK form? I mean, how can I mail it to a certain address?
Thank you.

Maybe the feedbackmodule is
Maybe the feedbackmodule is the solution for you?
http://drupal.org/project/feedback
It would be a solution if you want a contactform directly connected to one product but I am not sure if it helps your specific needs.
Thank you. Indeed, it would
Thank you. Indeed, it would be great for one product. But I am looking for a solution for multiple products (nodes).
First I was thinking about an e-commerce solution because I need something like a "cart", but then for information or ordering.
But I need to display 3 prices, which Ubercart doesn't have, and I do not need a payment gateway, etc.
I think nodeprofile and
I think nodeprofile and usernode can help you in creating custom contact form.