Skip to content

Commit c83dc1f

Browse files
Changed text on eSign18
1 parent 81cd5ac commit c83dc1f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

views/pages/examples/eg018EnvelopeCustomFieldData.ejs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,21 @@ envelope's certificate of completion.</p>
1818

1919
<% include ../../partials/gitSource %>
2020
<% if (envelopeOk) { %>
21-
<p>The last envelope you created with this example launcher will be queried.
22-
Recommendation: use example 16 or 17, then this example, since those examples set a custom data field for the envelope.</p>
21+
<p>
22+
The last envelope you created with this example launcher will be queried.
23+
Recommendation: Create an envelope using <a href="eg016">example 16</a> then use this example in order to see an example of custom tab values.
24+
</p>
2325
2426
<form class="eg" action="" method="post" data-busy="form">
2527
<input type="hidden" name="_csrf" value="<%- csrfToken %>">
2628
<button type="submit" class="btn btn-docu">Continue</button>
2729
</form>
2830
2931
<% } else { %>
30-
<p>Problem: please first create an envelope using <a href="eg016">example 16.</a> <br/>
31-
Thank you.</p>
32+
<p>
33+
Problem: please first create an envelope using <a href="eg016">example 16.</a> <br/>
34+
Thank you.
35+
</p>
3236
3337
<form class="eg" action="eg016" method="get">
3438
<button type="submit" class="btn btn-docu">Continue</button>

0 commit comments

Comments
 (0)