Need to setup the form just like it was a QuickForm.
$this->tripPlannerUrl = Toolkit_Template_Page::getSeoUrl(
$this->_pageGateway, MEMBER_SESSION_PAGE
);
+ $this->findTrailAction = $this->baseURL . 'index.php?_qf__SearchForm='
+ . '&catid=3&search=1';
$this->_setupTrailSearchForm();
// check if define for GOOGLE_SEARCH is set
<form
id="findTrail"
name="findATrail"
- method="post"
- action="{baseURL:h}find-trails-3/"
+ method="get"
+ action="{findTrailAction:h}"
flexy:ignore="yes">
+ <input type="hidden" name="_qf__SearchForm" value="">
<input type="hidden" name="search" value="1">
+ <input type="hidden" name="catid" value="3">
<select
name="activityId"
id="activity"