When a user clicks "Decline", a "Caution" dialog will pop up, then followed by a decline reason dialog. I want to disable the "Caution" popup, can I do that?
You cannot disable the "Caution" popup, it is provided to increase the successful transaction rate. This popup gives an option for a signer to reconsider the option before decline, instead click "Finish Later" and contact the sender if he/she has concern related to E-Signature or the documents in the envelope. So giving this popup, we are trying to push for more successful transaction for the customers.
Related
I want to disable the button once clicked in Webchat/Directline channel.
Once a user has clicked on a button, that button should get disabled to prevent duplicate usage of the button.
In case it was missed in the linked GitHub issue, using the method described in the BotFramework-WebChat sample 05.custom.components/l.disable-adaptive-cards will achieve this for you.
In short, you are creating an attachment middleware that filters incoming attachments on their type. Internally, when Web Chat detects you have clicked the adaptive card button the to-be rendered HTML for the adaptive card is then given the disabled tag.
I've tested this many times and it works. It should for you, as well.
I am working on a bot in which I am using a waterfall dialog with some prompts to gather information from the user. The dialog is getting triggered by a button click on an adaptive card.
Now if a user clicks the button, go into the dialog mode, scroll up and clicks the same action button (might be a different action button too), what are the possible options that MS bot service provide to handle such scenarios where:
I can let the user know of the existing dialog mode.
I can pause the flow until the user receives a response for the second requested action item and
continue from where the conversation left off.
Use suggested actions that are hidden after being clicked or use adaptive cards and
the communities adaptive card prompt
I have payment form on my site and the following question:
When the user press "Purchase button", the payment form is opened on secure bank's page. When the user filled payment form and press "submit" hi get sms to confirm payment.
After success confirmation it will be redirected to success_url back to out shop.
The problem begins when user press back button in his browser because hi again receive sms confirmation.
How to prevent to send sms again?
The the POST/REDIRECT/GET method. Sending a 303 HTTP response will tell the browser to replace that page in its history and avoid re-sending the posted data.
I can't post an example as I don't know what programming language you are using.
I am building an application in which the sender has the sender's view, and then he from the sender's view, adds recipients, message subject, documents and tabs and after that using our own application send button and save draft button, the envelope can be saved or sent.
If I just change the status to "send" using an api call, it won't work since the docusign server is not aware of the recipients and the documents the sender has entered, so, how do I create my own send button and save draft button for a view that is initially empty and the user enters everything manually?
Thanks.
I don't think want you want to do is feasible. i.e., unless/until the user clicks the "Save Draft" link within the Embedded Sender view, DocuSign will not persist (store) any of the changes the user has made to the Envelope(recipients, documents, email info, tabs, etc.).
We have a voting button in an email which works in the Client, is it possible to include a button in the email that would work for iNotes users?
The button is used to confirm that the email has been read and certain conditions understood.
Yes. Basically, what you want is for the user to click on a link that will run an agent on the server which executes the commands you have in the button in the Notes client directly on the server.