Is there way to hide/remove Decline and Sign on Paper buttons from docusign view when user ready to sign on docusign (USED Embedded Docusign REST API).
Please help me ASAP.
Thanks, Srinivas Reddy. A
I have used the below link
I have changed the property of “DocuSign_DeclineAllow” to false in XML file (DocuSign_SignResources.xml) and uploaded to Docusign => Branding => Resources => Signing Resources via “Upload Resource”, Now the Decline button is disabled.
For Finish Later Button I have changed the property of “DocuSign_FinishLaterAllow” to false in XML file (DocuSign_SignResources.xml) and uploaded to Docusign => Branding => Resources => Signing Resources via “Upload Captive Resource”, but the button Finish Later is not disabled still I am seeing, also sending “brandId” property value to the API (Embedded Signing View REST API PHP).
Please help on this ASAP