-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to hide back button on Embedded Sending View #251
Comments
No, since the back button is controlled by the browser. Instead of embedding the entire sending view, you can implement the features needed by your sending use case and enable the sender to use your application exclusively. Unfortunately this isn't practical if your senders need to tag the documents with fields. What is your use case? PS. This type of question is best asked on StackOverflow using the |
Thank you @LarryKlugerDS for your answer. I got your idea, but unfortunately, our use case is that the end-user uploads the document and should be able to specify exactly the place where a sign should be. For this, we are using tagging experience in embedded flow. |
Thank you for the follow-up, @disist , We have an enhancement request in our system that would cover your use case. Please ask your DocuSign contact to add your company information to enhancement EC-1868. That will help raise the feature's priority. |
Thank you @LarryKlugerDS for the answer and ticket creation. Let me clarify a bit of what " back button" is, that be on the same page Is it correct on your side and in ticket (EC-1868) description? So, the case is: we would like somehow hide this back button that end-users won't be able to click on it. |
Hi @disist , In your use case, you want the user to just be able to "tag" the document with the location of the signing fields, right? Thanks, |
Hi, @LarryKlugerDS,
Correct. And send it to signers. |
Hi @disist , And after user set the sign location and click on send then automatically close this. Is there anyway to implement this? Thanks, |
You want to open the sending view in the tagger? And then return to your application? The code example is https://github.com/docusign/code-examples-csharp |
Hi LarryKlugerDS, My use case is exactly same as Disist's. Then Final page as below where user add fields and click SEND after this I want to close this iFrame and get response. Thanks, |
Hi LarryKlugerDS, Now just issue to disable back button. Is this fixed? Thanks, |
Hi all,
Is it possible to somehow hide the back button on 'Embedded Sending View' when using
CreateSenderView
method?The text was updated successfully, but these errors were encountered: