DisplaySearchFilters widget is not visible
Summary
I've moved the DisplaySearchFilters widget call around in the account\questions\list.php and it will not show on the pageContent
Hello,
How do I get the DisplaySearchFilters widget to show in the customer portal? It is being called in the PHP but won't show on the screen.
<rn:container report_id="103199">
<div id="rn_PageTitle" class="rn_QuestionList">
<rn:widget path="custom/search/ConditionalHeader" label=#rn:msg:QUESTIONS_HDG# />
<div id="rn_SearchControls">
<h1 class="rn_ScreenReaderOnly">#rn:msg:SEARCH_CMD#</h1>
<form onsubmit="return false;">
<div class="rn_SearchInput">
<rn:widget path="search/AdvancedSearchDialog" />
<rn:widget path="search/KeywordText" label_placeholder="Search" label_text="#rn:msg:SEARCH_YOUR_SUPPORT_HISTORY_CMD#" initial_focus="true"/>