Skip to content

Commit cb5ddbd

Browse files
committed
added header for docusign web tool and removed extra tabs
1 parent d0ea191 commit cb5ddbd

2 files changed

Lines changed: 3 additions & 16 deletions

File tree

app/eSignature/examples/eg040_document_visibility.py

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -158,20 +158,6 @@ def make_envelope(cls, args, doc_docx_path, doc_pdf_path):
158158
)
159159
sign_here2 = SignHere(
160160
document_id="2",
161-
page_number="1",
162-
name="Signer2",
163-
recipient_id="2",
164-
anchor_string="/sn1/",
165-
anchor_units="pixels",
166-
anchor_y_offset="10",
167-
anchor_x_offset="20"
168-
)
169-
170-
sign_here3 = SignHere(
171-
document_id="3",
172-
page_number="1",
173-
name="Signer2",
174-
recipient_id="2",
175161
anchor_string="/sn1/",
176162
anchor_units="pixels",
177163
anchor_y_offset="10",
@@ -183,7 +169,8 @@ def make_envelope(cls, args, doc_docx_path, doc_pdf_path):
183169
signer1.tabs = Tabs(
184170
sign_here_tabs=[sign_here1, ],
185171
)
186-
signer2.tabs = Tabs(sign_here_tabs=[sign_here2, sign_here3])
172+
173+
signer2.tabs = Tabs(sign_here_tabs=[sign_here2, ])
187174

188175
# Add the recipients to the envelope object
189176
recipients = Recipients(signers=[signer1, signer2], carbon_copies=[cc])

app/templates/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ <h4 id="example019"><a href="eg019">Require access code authentication for a rec
384384
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
385385
</p>
386386

387-
<hr>
387+
<h2>Embed the DocuSign UI in your app</h2>
388388
<p>
389389
<h4 id="example012"><a href="eg012">Embed the DocuSign UI in your app</a></h4>
390390
<p>Redirect the user to the DocuSign web tool.</p>

0 commit comments

Comments
 (0)