OliverH

Remove Opt-Out Button

0 votes
Hi team, Can you please let us know if there is an option to remove Opt Out button from the consent document? If yes then can you please let us know how to do it? Thanks,

Reply to: Remove Opt-Out Button

1 votes
Hi Oliver, You can remove Opt-out button at both account and package level, and it's a signing ceremony setting. To disable it in your account level, you'd contact our support team at [email protected]. To remove it at package level, use below code snippet when package creation:
                 .WithSettings(DocumentPackageSettingsBuilder.NewDocumentPackageSettings()
                                        .WithoutOptOut()
                                        ) 
Also kindly refer to our Signing Ceremony Customization Guide for more information on other settings in signing ceremony customization. Hope this could help! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


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