I have a site with list of products, i need put in all product's node link to contact form with specific information of product.
How can i do?

Comments

---

Instead of trying to alter all the products why not just create a block?

form

Now i have only webform with general contact us.
I wold like webform with the information of product that i have choise, like a e-commerce but when clik on open form with spec of product and contact of owner's product.
like a ADS SITES.

---

Okay - so you need to pass the node ID to the form page to pull up the product info.

I would create 2 custom template files. One for the product, and one for the webform. On the product page use php to pull the nid, and add that to the URL to the webform. Then on the webform, grab the nid and pull the product info and display the form.

Hope that helps!

form

Thanx cfox612 i go to work