I want to take a copy of the "Search Page Bulk Area" layout and amend it so that I can restrict the search to one value of a user defined variable and I want that to be hidden. This will give me a search facility that is restricted to, in this case, one specific brand.
I've replaced the SearchablePropertyList layout with
You won't be suprised to hear that it doesn't work.... otherwise I wouldn't be here! I'm missing something and I can't figure it out. Or am i barking up the wrong tree again? Any clues from those wiser than me will be appreciated.
thanks
Goz
I've replaced the SearchablePropertyList layout with
HTML Code:
<div style="display:none;"> <select size="1" name="<Actinic:Variable Name="SearchPropControlName"/>"> <option value="<Actinic:Variable Name="SearchPropValue"/>" selected> <actinic:variable name="Brand" /> </option> </select> </div>
thanks
Goz
Comment