By codebutcher on
I stripped out the html code for the standard search module and placed it into a new block. The new block allows me to add my rss/twitter graphics with links and format it all into a nice block on my web site. Http://www.behindthemixer.com - side the right side bar at the top.
The problem is that when I type in a text word to search and click "search" it only takes me to the home page again. It appears the form code generated for the search is different on each page and therefore, isn't validating correctly. What can I do?
Comments
oh, now i see. i copied the
oh, now i see. i copied the rendered html and therefore got the variables passed into the form elements. I need to modify to use the parameter names.
some days...ah, some days.