Skip to content

Commit c5c1bb9

Browse files
authored
small fixes to eSign38 launcher page
1 parent 34d0cf6 commit c5c1bb9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

views/pages/examples/eg038ResponsiveSigning.ejs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<% include ../../partials/examplesHead %>
22

3-
<h4>38. Signable HTML document</h4>
4-
<p>This example demonstrates how to create an HTML document for responsive signing.</p>
3+
<h4>38. Create a signable HTML document</h4>
4+
<p>Demonstrates how to create an HTML document for responsive signing.</p>
55

66
<% include ../../partials/docBody %>
77

8-
<p>API method used:
8+
<p>API methods used:
99
<a target ='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a> and
1010
<a target ='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createrecipient/">EnvelopeViews::createRecipient</a>.
1111
</p>
@@ -27,13 +27,13 @@
2727
<div class="form-group">
2828
<label for="ccEmail">CC Email</label>
2929
<input type="email" class="form-control" id="ccEmail" name="ccEmail"
30-
aria-describedby="emailHelp" placeholder="pat@example.com" required
30+
aria-describedby="emailHelp" placeholder="pat@example.com" required />
3131
<small id="emailHelp" class="form-text text-muted">The email for the cc recipient must be different from the signer's email.</small>
3232
</div>
3333
<div class="form-group">
3434
<label for="ccName">CC Name</label>
3535
<input type="text" class="form-control" id="ccName" placeholder="Pat Johnson" name="ccName"
36-
required>
36+
required />
3737
</div>
3838
<input type="hidden" name="_csrf" value="<%- csrfToken %>">
3939
<button type="submit" class="btn btn-docu">Submit</button>

0 commit comments

Comments
 (0)