Configure the Portal Polaris Footer widget

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • Configure the Portal Polaris Footer widget to display your company’s corporate office address, email address, and more on the portal page.

    Before you begin

    The Portal Next Experience theme application should have been activated.

    Role required: sp_admin

    Procedure

    1. Navigate to All > Service Portal > Portals.
    2. On the Service Portal page, in the Title column, enter *customer support.
    3. Select Customer Support.
    4. On the Customer Support form, in the Quick start config field, paste the following JSON code and update it.
       
       [{
        
      "footer": { 
             "org_info": [ 
                "<line #1>", 
                "<line #2>", 
                "<line #3>" 
             ], 
             "copyright": "<copyright text>", 
             "logo_img_name": "<image name from db_image table>", 
             "sitemap_links_menu_sys_id": "<enter the sys_id>", 
             "footer_links_menu_sys_id": "<enter the sys_id>", 
             "social_links_menu_sys_id": "<enter the sys_id>" 
           }
      }]
      For more information about the parameters, see Portal Footer widget JSON parameters.
    5. Select a theme for your portal.
      Note that the predefined La Jolla theme, used as an example, is active by default.
      The La Jolla theme is set as your portal theme.
    6. Select the Portal Footer as the footer for your portal theme.