Hi,
I would like to create custom filter module template which uses field template that I manually select - hardcode in template (and not the ones form field parameters).
If this is the code to display filters <?php echo $filters[$keys_by_id[18]]->onRenderFilter($section, TRUE); ?>
how can I show this field with select template?
Regards
Hi,
I would like to create custom filter module template which uses field template that I manually select - hardcode in template (and not the ones form field parameters).
If this is the code to display filters
<?php echo $filters[$keys_by_id[18]]->onRenderFilter($section, TRUE); ?>
how can I show this field with select template?Regards