|
1 | 1 | <% include ../../partials/examplesHead %> |
2 | 2 |
|
3 | | -<h4>37. Send an envelope with a remote (email) signer and cc recipient</h4> |
4 | | -<p>The envelope includes a pdf, Word, and HTML document. Anchor text |
5 | | - (<a href="https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/auto-place/">AutoPlace</a>) |
6 | | - is used to position the signing fields in the documents. |
| 3 | +<h4>37. Request a signature by SMS delivery</h4> |
| 4 | +<p>Sends a signature request via an SMS message. |
7 | 5 | </p> |
8 | | -<p>This is a general example of creating and sending an envelope (a signing request) to a recipient and notifying that recipient via SMS delivery.</p> |
9 | 6 |
|
10 | | - <% include ../../partials/docBody %> |
| 7 | +<% include ../../partials/docBody %> |
11 | 8 |
|
12 | 9 | <p>API method used: |
13 | 10 | <a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>. |
|
19 | 16 | <div class="form-group"> |
20 | 17 | <label for="countryCode">Signer Country Code</label> |
21 | 18 | <input type="tel" class="form-control" id="countryCode" name="countryCode" |
22 | | - aria-describedby="accessHelp" placeholder="1" required |
| 19 | + aria-describedby="accessHelp" placeholder="1" required /> |
23 | 20 | <small id="accessHelp" class="form-text text-muted">The country code for the phone number below.</small> |
24 | 21 | </div> |
25 | 22 | <div class="form-group"> |
26 | 23 | <label for="phoneNumber">Signer Phone Number</label> |
27 | 24 | <input type="tel" class="form-control" id="phoneNumber" name="phoneNumber" |
28 | | - aria-describedby="accessHelp" placeholder="415-555-1212" required |
| 25 | + aria-describedby="accessHelp" placeholder="415-555-1212" required /> |
29 | 26 | <small id="accessHelp" class="form-text text-muted">This phone number will receive a notification. We'll never share your phone number with anyone else.</small> |
30 | 27 | </div> |
31 | 28 | <div class="form-group"> |
|
36 | 33 | <div class="form-group"> |
37 | 34 | <label for="ccCountryCode">CC Country Code</label> |
38 | 35 | <input type="tel" class="form-control" id="ccCountryCode" name="ccCountryCode" |
39 | | - aria-describedby="accessHelp" placeholder="1" required |
| 36 | + aria-describedby="accessHelp" placeholder="1" required /> |
40 | 37 | <small id="accessHelp" class="form-text text-muted">The country code for the phone number below.</small> |
41 | 38 | </div> |
42 | 39 | <div class="form-group"> |
43 | 40 | <label for="ccPhoneNumber">CC Phone Number</label> |
44 | 41 | <input type="tel" class="form-control" id="ccPhoneNumber" name="ccPhoneNumber" |
45 | | - aria-describedby="accessHelp" placeholder="415-555-1212" required |
| 42 | + aria-describedby="accessHelp" placeholder="415-555-1212" required /> |
46 | 43 | <small id="accessHelp" class="form-text text-muted">This phone number will receive a notification. We'll never share your phone number with anyone else.</small> |
47 | 44 | </div> |
48 | 45 | <div class="form-group"> |
|
0 commit comments