I have a CDML page where I would like to hard code the values in a sort list on web page. Right now the cdml code is pulling all the fields in the database.
Does anyone now how to limit the dynamic value list that will let the user pick a field to sort on in the database....I want to limit the field names in the drop down menu sort list.
THis is what I currently have.
<select name="-SortField">
<option value="">-None-
[FMP-LayoutFields]
<option>[FMP-FieldName: Raw]
[/FMP-LayoutFields]
I have tried limiting the fields avialable on the current layout but I still get all the fields in the database.
Thanks!
Does anyone now how to limit the dynamic value list that will let the user pick a field to sort on in the database....I want to limit the field names in the drop down menu sort list.
THis is what I currently have.
<select name="-SortField">
<option value="">-None-
[FMP-LayoutFields]
<option>[FMP-FieldName: Raw]
[/FMP-LayoutFields]
I have tried limiting the fields avialable on the current layout but I still get all the fields in the database.
Thanks!