I am developing a site, and am bringing the advanced search functionality out to Act_Primary and also an external DW template - Searching works fine, but to get the populated dropdowns I was copying the code from the Actinic search.html page.
However, for some peculiar reason, search.html now looks like this!
http://www.g-vis.co.uk/woitest/acatalog/search.html
It has two or three duplicates of each custom property, only one version of each is populated.
<SELECT SIZE="1" NAME="S_type1_2"> 'this one is populated
<SELECT SIZE="1" NAME="S_type1_2"> 'this and following aren't populated
<SELECT SIZE="1" NAME="S_type1_12">
<SELECT SIZE="1" NAME="S_type1_10">
<SELECT SIZE="1" NAME="S_type1_15">
<SELECT SIZE="1" NAME="S_type1_15"> 'two fifteens!
Underscores are rendered as _ ASCII codes in notepad
Can anyone explain?
Thanks, Dan
However, for some peculiar reason, search.html now looks like this!
http://www.g-vis.co.uk/woitest/acatalog/search.html
It has two or three duplicates of each custom property, only one version of each is populated.
<SELECT SIZE="1" NAME="S_type1_2"> 'this one is populated
<SELECT SIZE="1" NAME="S_type1_2"> 'this and following aren't populated
<SELECT SIZE="1" NAME="S_type1_12">
<SELECT SIZE="1" NAME="S_type1_10">
<SELECT SIZE="1" NAME="S_type1_15">
<SELECT SIZE="1" NAME="S_type1_15"> 'two fifteens!
Underscores are rendered as _ ASCII codes in notepad
Can anyone explain?
Thanks, Dan
Comment