File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments