[Templates] Pulling in URL parameters from a Form
Jeremiah Foster
jeremiah@jeremiahfoster.com
Tue, 14 Aug 2007 17:17:30 +0200
On Aug 14, 2007, at 3:18 PM, Todd Freeman wrote:
> On Tue, Aug 14, 2007 at 01:15:59PM +0200, Jeremiah Foster wrote:.
>
> If you are using the CGI module in your search.cgi though it should
> handle either GET or POST requests that do not contain the
> parameters on
> the URL string.
>
I was using POST which was not passing the parameters for some
reason. Changing to GET helped.
Thanks,
Jeremiah