Discussions
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Search page not showing title between <h3> and </h3> tags
I set up the search to only push out to
[INDENT]www.domain.com/Information?search=querystring[/INDENT]
where "querystring" is the search term, but when the page comes up, there is nothing between the <h3> and </h3> tags. Where can I add the text? Do I have to send it the other "post"ed form data?
Here's my form submit action - I don't understand how "category=" turns in to "?" so if someone could explain what the onsubmit="garblegarble" part does, that may be helpful too.
[INDENT]<form method="post" name="searchportlettag" id="searchportlettag" onsubmit="window.location.href='/s.nl?sc=31&category=&search='+escape(document.forms['searchportlettag'].elements['search'].value);return false;"/>[/INDENT]