Hi,
Can someone give me hand CCK??
I want to setup a custom search form that looks like this:
Name: [textbox] Type: [textbox] Colour: [textbox]
[Search]
I have installed the CCK module and created a custom content type.
Whats the next step to creating a custom form? Do I need to make a new module for this or can I do it just in a standard page using a PHP block?
Any advice much appreciated.
Paul
spartaguy spartaguy ha scritto:
Hi,
Can someone give me hand CCK??
Hi, use module "views". Create a new "view", in the first column of this new view add a "page" display, in the "filters" box choice your cck fields and set them "exposed". Now choice a "page path" in the "Page settings " box. Save. Go to the path that you have assigned to this view's display and you can see your search form.
If you don't know views module: read the documentation and learn to use this module.
M.