Closed (fixed)
Project:
Finder wizard
Version:
6.x-2.2
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
28 Feb 2009 at 09:40 UTC
Updated:
3 May 2009 at 10:30 UTC
Hi,
I think this could be interesting for other people too:
the possibility of choosing between the elements
– Radios
– Textfield
and (new)
– dropdown-menu
Is there an easy way to get that?
Comments
Comment #1
danielb commentedYou could use hook_form_alter to change it yourself in a custom modules. But I am working on something like this already.
Comment #2
danielb commentedComment #3
quixxel commentedThanx for your quick response.
Do you know a suitably example to use hook_form_alter?
(I'm not a coder, I'm a Drupal-newbie.)
Comment #4
danielb commentedThis feature is supported with the 3.x branch of the module in combination with Finder Views, the module is not finished yet, but this particular feature is complete.