User login

Login/Register
To prevent automated spam submissions leave this field empty.

Drupal Questions

Question asked by Ms_Kristina on Tuesday, June 23, 2009

How would I go about creating a search function for a particular cck field on a particular content type?

I need to make a search for user profiles for information in a particular field created with CCK. The field will be in text format in a cck multigroup. Smiling

Answers (1)


Login or register to post answers
Smita's picture

try views...and filter the

try views...and filter the node type with the particular node type and expose the filter for the particular field...this is the simplest way...
i hope my answer helped you.