Skip to content

Commit 45ffe63

Browse files
committed
more requested fixes
1 parent acb5786 commit 45ffe63

File tree

4 files changed

+21
-18
lines changed

4 files changed

+21
-18
lines changed

src/main/webapp/WEB-INF/templates/views/pages/ds_return.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
<p class="font-weight:500">Get Started with the DocuSign APIs Today</p>
2828

29-
<a href="https://go.docusign.com/o/sandbox/" class="done"><span style="text-align:center">
30-
Create&nbsp;developer&nbsp;account
29+
<a href="https://go.docusign.com/o/sandbox/" target="_blank" class="done"><span style="text-align:center">
30+
Create&nbsp;Developer&nbsp;Account
3131
</span></a>
3232

3333
<p class="font-weight:500">With a developer account, you can test our APIs for free. Developer accounts do not expire and have enterprise-level features enabled.</p>

src/main/webapp/WEB-INF/templates/views/pages/examples/consentforms.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@
103103

104104
<h4>Step 4</h4>
105105

106-
<p>To send an envelope through the DocuSign eSignature REST API in the URL. This is the <a href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/" style="color:#00BAA1;" target="_blank" >Envelopes:create</a> method.</p>
106+
<p>To send an envelope through the DocuSign eSignature API, we'll need the account ID of the user and an access token, which was generated earlier. From there, we'll pass along the envelope to the <a href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/" style="color:#00BAA1;" target="_blank" >Envelopes:create</a> method, and return an envelope ID to the response output URL in the application.</p>
107107

108108
</div>

src/main/webapp/WEB-INF/templates/views/pages/examples/financialforms.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<h4>Code Flow:</h4>
4444

4545

46-
<p>View source file <a style="color:#00BAA1;" target='_blank' href="https://github.com/docusign/sample-app-mymedicalrecords-java/blob/master/src/main/java/com/docusign/controller/examples/FinancialForms.java">financialforms.java</a> on GitHub.
46+
<p>View source file <a style="color:#00BAA1;" target="_blank" href="https://github.com/docusign/sample-app-mymedicalrecords-java/blob/master/src/main/java/com/docusign/controller/examples/FinancialForms.java">FinancialForms.java</a> on GitHub.
4747

4848

4949
<h4>Step 1</h4>

src/main/webapp/WEB-INF/templates/views/pages/examples/patientdocs.jsp

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,42 @@
55
<div class="consent">
66
<p class="pDocTitle">Consent Form</p>
77

8-
<pre style="position: absolute; width: 412px; left: 60px; top: 80px; font-family: Roboto; font-style: normal;
8+
9+
10+
<div class="startbox1">
11+
12+
<a href="consentforms">Get Started</a>
13+
</div>
14+
<pre style="position: absolute; width: 412px; top: 255px; font-family: Roboto; font-style: normal;
915
font-weight: normal; font-size: 16px; line-height: 21px; color:#00BAA1;">
10-
<p style="text-align: center; padding-right: 44px;">Docusign features used:</p>
16+
<p style="text-align: center; padding-right: 44px; font-weight: 700; color: #33D69D">DocuSign features used:</p>
1117
<li class="liGreen">Responsive Signing (SMS Delivery)</li>
1218
<li class="liGreen">Templates</li>
1319

1420

1521
</pre>
16-
17-
<div class="startbox1">
18-
19-
<a href="consentforms">Get Started</a>
20-
</div>
21-
2222
</div>
2323

2424
<div class="financial">
2525

2626
<p class="text-nowrap pDocTitle">Financial Form</p>
2727

28-
<pre style="position: absolute; width: 412px; left: 60px; top: 80px; font-family: Roboto; font-style: normal;
29-
font-weight: normal; font-size: 16px; line-height: 21px; color:#00BAA1;">
30-
<p style="text-align: center; padding-right: 44px;">DocuSign features used: </p>
31-
<li class="liGreen">Embedded Signing (recipient view)</li>
32-
<li class="liGreen">Templates</li>
33-
</pre>
3428

3529
<div class="startbox1">
3630

3731
<a href="financialforms">Get Started</a>
3832

3933
</div>
4034

35+
36+
37+
<pre style="position: absolute; width: 412px; left: 25px; top: 255px; font-family: Roboto; font-style: normal;
38+
font-weight: normal; font-size: 16px; line-height: 21px; color:#00BAA1;">
39+
<p style="text-align: center; padding-right: 44px;font-weight:700; color:#33D69D">DocuSign features used: </p>
40+
<li class="liGreen">Embedded Signing (recipient view)</li>
41+
<li class="liGreen">Templates</li>
42+
</pre>
43+
4144
</div>
4245

4346

0 commit comments

Comments
 (0)