Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Getting custom search to function
To use the form, I need an output of this: http://www.emqus.com/?s=search&q=interop
I’m currently getting this: http://www.emqus.com/?q=interop&go=
Offline
Re: Getting custom search to function
<form action="<txp:site_url />" method="get">
<input type="hidden" name="s" value="search" />
<input name="q" type="text" value="search" />
<button type="submit" class="go">Go</button>
</form>
Just removed the slash from the action as it shouldn’t be there, and also the name from the button.
Offline
Re: Getting custom search to function
Thank you, Jukka! It works!!!
Offline