Up until now any new pages i have added via the documentation section on this webside , method 2 where i add a php page, a tpl page and then add a standard page has only contained information, i have now created a page and added a form, the form has a search box on it to search a database for a particular word.
The problemi am having is that when you press the search button, you are taken to the login page.
Form code is below
<form>
<td width="56"><span class="style31">Family</span></td>
<td width="91"> <span class="style14">
<select name="REGION_FILTER" size="1" id="REGION_FILTER" >
<option value="AllRg">Select</option>
<option value="{REGION_FILTER}" /></option>
</select> </td>
<td width="123"><input type="submit" name="submit2" value="Search" method="GET" action="{FULL_SITE_PATH}{U_ticklist_main}" /></td>
<td width="126" class="style13"> <blink>NEW FEATURE </blink></td>
<td width="78"><div align="right">Look for...</div></td>
<td width="144"><input type="text" name="searchstring" id="searchstring" /></td>
<td width="59"><input type="submit" name="submit3" value="Find" method="GET" action="{FULL_SITE_PATH}{U_ticklist_main}" /></td>
</form>
Can someone please help