Just bought the prof edition, first time using it...Here's where I'm at (I'm not a programmer for starters)...
Building a new site for a client and I've created a simple search form within the header SSI on every page: http://www.warestar.com/new/index.php
With this on every page, I don't feel the need for a seperate search page.
The form action is currently calling "http://www.warestar.com/new/zoom/search.php". Type in "jib" to test.
I want the search results to be displayed on a template that utilizes the layout shown here. I'll tweak css later.
I understand that if the form is currently calling search.php, then data will be posted to search_template.html, which I've already stripped clean presuming I will imbed that somewhere...
So, what do I need to do get the data to post to my desired template? Any direction would be much appreciated.
Building a new site for a client and I've created a simple search form within the header SSI on every page: http://www.warestar.com/new/index.php
With this on every page, I don't feel the need for a seperate search page.
The form action is currently calling "http://www.warestar.com/new/zoom/search.php". Type in "jib" to test.
I want the search results to be displayed on a template that utilizes the layout shown here. I'll tweak css later.
I understand that if the form is currently calling search.php, then data will be posted to search_template.html, which I've already stripped clean presuming I will imbed that somewhere...
So, what do I need to do get the data to post to my desired template? Any direction would be much appreciated.
Comment