Skip to Main Content

Share your product feedback

Idea Portal sub-title Links on a form should open in a new tab

  • Issue: Clicking a link in the Idea Portal subtitle will navigate the user away from entering an idea in the current URL

  • Request: Have the ability Idea Portal sub-title click link that opens in a new browser tab

  • Attach files
      Drop here to upload
    • Admin
      Kelly Sebes
      Reply
      |
      Mar 15, 2021

      Thank you for reaching out. You can use a custom header to accomplish this today. Go to Branding > Custom in your portal settings and add custom header html. This header will replace the standard portal header at the top of every page in the portal.

      When you include links within the custom header, use a blank target in order to open in a new tab: <a href="https://example.com" target="_blank">Example</a>