
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2016 02:07 PM
In the ServicePortal index page, is it possible to change the text that displays within the search box? We want to change the "how can we help" to something else inside the search box.
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2016 04:02 PM
Oops. I spoke too soon. Sorry about that. You want the placeholder text. Navigate to the Widget Editor and pull up the "Homepage Search" widget.
In the Server Script you'll see where the "How can we help?" text is located on line one. Change to desired text and save.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2016 03:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2016 04:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2016 05:37 PM
And reminder that to change that text, you will need to clone the widget and update the instance to use the new widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2018 01:07 AM
Hi,
Just a quick not to anyone who asks this question today; there is no longer a need to clone the widget. Either edit the widget settings on the page designer or in the instance-form.
In the widget setting, under "Typeahead search", add something like: {title:'Get your answer here',background-color:'white',size:'lg'}
On the widget instance form in the "Additional options" box:
{
"typeahead_search": {
"value": "{title:'Get your answer here',background-color:'white',size:'lg'}",
"displayValue": "{title:'Get your answer here',background-color:'white',size:'lg'}"
}
}
This is in Kingston (I haven't checked Jakarta for this).
Regards
Anton