Show dynamic welcome Note in Homepage Search Widget ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2022 04:12 AM
hello, I want to display welcome text in homepage search widget dynamically.
"Hello, <Logged in user name> How can I Help You "
Help !!
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2022 07:01 AM
Hi,
homepage search widget is protected. You will need to clone it and set the portal instance to use the cloned version instead.
The title is being displayed from the "options.title" data.
You can replace "options.title" with "data.title" on the HTML and set data.title on the server script. Something like this should work:
I hope it helps!
Pedro