Hi,
is it possible to have custom fields from resources and locations in the filter module?
At this moment I can only select custom fields from the events-XML but not from locations or resources. I've tried it like this e.g. in locations.xml:
So although I've set the field to "filter=1" it won't appear in the filter module.
Would this be possible or is the filter module restricted to events?
Thank You and Best Regards,
Tommy
is it possible to have custom fields from resources and locations in the filter module?
At this moment I can only select custom fields from the events-XML but not from locations or resources. I've tried it like this e.g. in locations.xml:
<field name="fassungsvermoegen" type="jevcflist" label="Fassungsvermögen" description="Wie viele Gäste haben Platz?" required="0" searchable="1" filter="1" access="1" readaccess="1">
<option value="0">Bitte wählen</option>
<option value="1">Bis 50 Personen</option>
<option value="2">50 bis 100 Personen</option>
<option value="3">100-150 Pers.</option>
</field>
So although I've set the field to "filter=1" it won't appear in the filter module.
Would this be possible or is the filter module restricted to events?
Thank You and Best Regards,
Tommy