
- 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
‎02-06-2018 04:51 AM
Yes, this setting is configurable in the Widget Instance Options in the Jakarta release too. While viewing the portal page an admin can CTRL + click (Mac) on the typeahead search to get to the widget instance options. Then place an object style text as mentioned by Anton Vettefyr to change the placeholder.
Thanks for the update Anton.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2018 12:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2018 10:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2018 05:29 AM
Hello All
You can also try this
1.Right click on "How can we help" search box.
2.Click on the widget Option schema
3.There you can see the default value something like this
{title: 'How can we help?', size: 'lg', color: 'default'}
4.Change the title to desired text you want.