I'm using Drupal 6.5, CCK, Views and Webform. The functionality of Webform is perfectly suited for what I want to do with it:
- have users register for an event
- have users request for information
Now I'm running into a problem. I want to add two additional CCK fields to the webform with additional information on the event they register for (Date and Location) so I can build a view with a table showing date, location, title of webform.
However, the forms for requesting information should not have those CCK fields.
The way to implement this is either hiding CCK fields when they are not relevant (e.g. based on the content of the title of the webform) or to have separate content types for each type of Webform and add the CCK fields to only one type.
Either way, I have no idea how to implement that. Any suggestions?
Comments
Did you resolve this? I need
Did you resolve this?
I need same think. Any suggestion is welcome.
Thanks M.
I want to do the same exact
I want to do the same exact thing. Add a component to webform using CCK. I am only able to add CCK fields to the webform itself, not to its components. Any work around this?
Will this help?
http://drupal.org/node/854640