Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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]