Hey, it might be simple. I just want to let anybody filter views, put on the top of node something like the form attached.
How can I achive that in Drupal 6 with Views 2 ?
Is it a Views option or there is external module needed ?
Thanks
B

CommentFileSizeAuthor
form.jpg9.22 KBbenone

Comments

lpt6’s picture

subscribing

benone’s picture

Hello, any ideas ?

Easy example here:
A form which contains a SELECT LIST to choose a CCK field values (dynamically loaded to Select list) and submit it as an argument to Views.

I am reading but the only idea by now is Form API ? Haven't found any module. I'm going to try Webforms, but I don't think they can dynamically load values to FORMS..

If anybody could share the idea.
Thx

michelle’s picture

Status: Active » Fixed

Sounds like you're looking for exposed filters. Just add filters like you would normally to the view and then click the "expose" button to expose the filter to the user.

Michelle

benone’s picture

THANK YOU!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

netourish’s picture

Hi to everyone,

Thank you Benone for posting this.

Thank you Michelle for the above information. This was really helpful.