Skip to main content
Active Voice
January 28, 2025
Solved

Disable Other Options Dropdown

  • January 28, 2025
  • 4 replies
  • 304 views

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>

4 replies

JohnSantos
Guru
Guru
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>

Welcome to the DocuSign Community! Your feedback is highly valued. If you find my response helpful, please give it a "Like" and consider marking it as the "Best Answer" to assist others with similar issues.
Active Voice
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
Guru
Guru
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”

 

Welcome to the DocuSign Community! Your feedback is highly valued. If you find my response helpful, please give it a "Like" and consider marking it as the "Best Answer" to assist others with similar issues.
Active Voice
January 29, 2025

thanks for your answers
really appreciate :)