line5 | Posts: 3

Customizing header, to hide confirm button

0 votes
I have been trying to hide the buttons from the header, and the confirm button is still showing, here is my json
ceremony: {
            {...}
            layout: {
              header: {
                sessionBar: false,
                globalNavigation: false,
                breadcrumbs: false,
                confirm: false,
                globalActions: {
                  download: false,
                  confirm: true,
                  saveAsLayout: false,
                  hideEvidenceSummary: true
                },
                titleBar: {
                  title: false,
                  progressBar: true
                }
              },
              iframe: true
             },
            events: {
              complete: {
                redirect: nil,
                dialog: true
              }
            },
            inPerson: false,
            hideLanguageDropdown: true,
            declineButton: false,
            declineReasons: [],
            optOutButton: false,
            optOutReasons: [],
            maxAuthFailsAllowed: 3
            }           
          },

harishaidary | Posts: 1812

Reply to: Customizing header, to hide confirm button

0 votes
Hi there, The confirm button can only be disabled through support. You can send them a request at [email protected]

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off