Skip to main content
Solved

Disable Other Options Dropdown

  • January 28, 2025
  • 4 replies
  • 46 views

Forum|alt.badge.img+2

Wanted to ask how to disable/hide the Other Options dropdown box. This prompt appears when user receives and email and then authenticates themselves.

Please let me know how to hide i using admin portal or via API.
 

 

Best answer by JohnSantos

@karanvir93 

You can do that by adjusting the Signing Resource Files from the Brand for that envelope.  

<root>
<language twoletterisoname="">
    <data name="DocuSign_DeclineAllow">false</data>
    <data name="DocuSign_EnablePrintToFedEx">false</data>
    <data name="DocuSign_FaxAllowForSignOnPaper">false</data>
    <data name="DocuSign_FinishLaterAllow">false</data>
    <data name="DocuSign_PowerFormFinishLaterAllow">FALSE</data>
</language>
</root>

View Original
Is this content helpful?

4 replies

JohnSantos
Valued Contributor
Forum|alt.badge.img+18
  • Valued Contributor
  • 975 replies
  • Answer
  • January 28, 2025

@karanvir93 

You can do that by adjusting the Signing Resource Files from the Brand for that envelope.  

<root>
<language twoletterisoname="">
    <data name="DocuSign_DeclineAllow">false</data>
    <data name="DocuSign_EnablePrintToFedEx">false</data>
    <data name="DocuSign_FaxAllowForSignOnPaper">false</data>
    <data name="DocuSign_FinishLaterAllow">false</data>
    <data name="DocuSign_PowerFormFinishLaterAllow">FALSE</data>
</language>
</root>


Forum|alt.badge.img+2
  • Author
  • New Voice
  • 9 replies
  • January 29, 2025

Thanks ​@JohnSantos . It worked.
Just more thing: 
I see in master Resource file to change signer but it doesn’t have anything like DocuSign_ChangeSignerAllow as we have for Finish later and Decline Allow

 <data name="DocuSign_ChangeSigner">Assign to Someone Else</data>

how to set not to allow assign to someone else?


JohnSantos
Valued Contributor
Forum|alt.badge.img+18
  • Valued Contributor
  • 975 replies
  • January 29, 2025

@karanvir93 

For that setting, you need to go to Admin → Signing Settings and under Recipients Uncheck “Allow recipients to change signing responsibility”

 


Forum|alt.badge.img+2
  • Author
  • New Voice
  • 9 replies
  • January 29, 2025

thanks for your answers
really appreciate :)