This project includes two HTML files, index.html and agree.html.
There is no application server for the files. The GitHub pages feature is used to serve the pages.
The index.html file is a form to collect Clickwrap parameters. It makes a GET request on the agree.html page. Since there is no application server, parameters are passed using the fragment (#) string.
-
ClientUser ID An id for the user. Can be the user's name, email, an id number in your user database, etc.
-
Environment hostname The hostname section of the DocuSign environment used for your account.
Available from: your Clickwrap code popup window.
-
Account ID The DocuSign account for your Clickwrap.
Available from: your Clickwrap code popup window.
-
Clickwrap ID The id of your Clickwrap.
Available from: your Clickwrap code popup window.
The agree.html file is an example web page that loads the DocuSign clickwrap SDK.
Fill in the form, and click the button Show the Clickwrap page
Remember that the agreement ceremony is only shown once per ClientUser ID. To show the agreement ceremony again, either change the ClientUser ID or update the Clickwrap settings on DocuSign.
Submit support questions to StackOverflow. Use tag docusignapi
.
Contributions via Pull Requests are appreciated. All contributions must use the MIT License.
This repository uses the MIT license, see the LICENSE file.