Skip to content

Commit 9669303

Browse files
committed
Text updates
1 parent f52bc20 commit 9669303

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/locales/en/Home.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Card2": {
1515
"Title": "Automatic Policy Renewal",
1616
"Description": "Paperless submission",
17-
"Features": "<h4 class='h4 card-info-list-title'>DocuSign features:</h4><ul class='custom-list'><li>Send using a template</li><li>Consent to terms and conditions using a clickwrap</li></ul>",
17+
"Features": "<h4 class='h4 card-info-list-title'>DocuSign features:</h4><ul class='custom-list'><li>Create an elastic template<li>Embed an elastic template on your site</li></ul>",
1818
"Button": "Get Started"
1919
},
2020
"Card3": {

public/locales/en/RequestAutoRenewal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"ApiDecription": {
1414
"SeeMore": "- See behind the scenes",
15-
"CodeFlow": "<h3>This sample features:</h3><ul><li>Creating a clickwrap<li>Embedding a clickwrap on your site</li></ul><h3>Code flow:</h3><h5>Step 1</h5><p>When the form is submitted, the Click API is used to create a new clickwrap. A clickwrap is a DocuSign technology that enables you to have a webpage where you can ask your users to click to agree to something. To create the clickwrap, you need to provide the <code>name</code>, the <code>displaySettings</code> that control what the UI experience will look like, and a <code>document</code> that will be shown to the user when they accept.</p><p>To create the clickwrap, send an API request to:</p><pre>POST /v1/accounts/{accountId}/clickwraps</pre><h5>Step 2</h5><p>The call from step 1 returns the clickwrap ID, which we need. We then add this to the HTML on our website so that it now looks like this:</p><pre><code>&lt;div id=\"ds-terms-of-service\">&lt;/div></code><code>&lt;script src=\"https://demo.docusign.net/clickapi/sdk/latest/docusign-click.js\">&lt;/script></code><code>&lt;script></code><code>docuSignClick.Clickwrap.render({</code><code> environment: 'https://demo.docusign.net',</code><code> accountId: '&lt;your account ID>',</code><code> clickwrapId: '&lt;your clickwrap ID',</code><code> clientUserId: 'UNIQUE_USER_ID'</code><code>}, '#ds-terms-of-service');</code><code>&lt;/script></code></pre>"
15+
"CodeFlow": "<h3>This sample features:</h3><ul><li>Creating an elastic template<li>Embedding an elastic template on your site</li></ul><h3>Code flow:</h3><h5>Step 1</h5><p>When the form is submitted, the Click API is used to create a new elastic template. An elastic template is a DocuSign technology that enables you to have a webpage where you can ask your users to click to agree to something. To create the elastic template, you need to provide the <code>name</code>, the <code>displaySettings</code> that control what the UI experience will look like, and a <code>document</code> that will be shown to the user when they accept.</p><p>To create the elastic template, send an API request to:</p><pre>POST /v1/accounts/{accountId}/clickwraps</pre><h5>Step 2</h5><p>The call from step 1 returns the clickwrap ID, which we need. We then add this to the HTML on our website so that it now looks like this:</p><pre><code>&lt;div id=\"ds-terms-of-service\">&lt;/div></code><code>&lt;script src=\"https://demo.docusign.net/clickapi/sdk/latest/docusign-click.js\">&lt;/script></code><code>&lt;script></code><code>docuSignClick.Clickwrap.render({</code><code> environment: 'https://demo.docusign.net',</code><code> accountId: '&lt;your account ID>',</code><code> clickwrapId: '&lt;your clickwrap ID',</code><code> clientUserId: 'UNIQUE_USER_ID'</code><code>}, '#ds-terms-of-service');</code><code>&lt;/script></code></pre>"
1616
},
1717
"Renewal": {
1818
"TermsName": "Renewal Terms",

0 commit comments

Comments
 (0)