There is a 'title' field in the image field.
Similarly, there is also a 'description' field in the file field while adding fields through manage fields section.
Is there a workaround to add a 'description' field in the image field and a 'title' field in the file field? so that we could have both 'title' and 'description' field in both image field and file field.
1st time post.
I have given up on the contact page. I spent over 6 hours on it. So now I just want to take a PHP form I have and paste it into a page. I read that I need to create a block. But I have trouble making a custom block for this. Can someone walk me through this?
Right now my code displays as text even though I set it as full HTML. .
Drupal 7.7
I have a website with 2 different node types:
- Companies ( sorted by taxonomy "Company types", like "Buyer", "Manufacturer", "Dealer" )
- Products ( sorted by taxonomy "Product types", like "Computers", "Printers" etc )
Questions:
How it is possible to add field "Company" into "Products" node, where company name is taken from list of the companies from the list of "Companies" nodes ?