Skip to Main Content
Status Future consideration
Categories Ideas portal
Created by Mike Jacobson
Created on Mar 9, 2021

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
  • 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>