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
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..
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.
Comments
Comment #1
lpt6 commentedsubscribing
Comment #2
benone commentedHello, 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
Comment #3
michelleSounds 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
Comment #4
benone commentedTHANK YOU!
Comment #6
netourish commentedHi to everyone,
Thank you Benone for posting this.
Thank you Michelle for the above information. This was really helpful.