Hi. When I move account_type search field from advanced search panel to basic search panel for Accounts, the dropdown list shows up empty. Any clues why this might be happening and what do I need to do to fix it?
Thanks in advance.
Hi. When I move account_type search field from advanced search panel to basic search panel for Accounts, the dropdown list shows up empty. Any clues why this might be happening and what do I need to do to fix it?
Thanks in advance.
You need to move this codeOriginally Posted by prai
to before this one;PHP Code:if (isset($account_type)) $search_form->assign("ACCOUNT_TYPE_OPTIONS", get_select_options_with_id($app_list_strings['account_type_dom'], $account_type));
else $search_form->assign("ACCOUNT_TYPE_OPTIONS", get_select_options_with_id($app_list_strings['account_type_dom'], ''));
PHP Code:if (isset($_REQUEST['advanced']) && $_REQUEST['advanced'] == 'true') {
Thanks! I tried and it works.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks