File tree 3 files changed +15
-619
lines changed
3 files changed +15
-619
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,8 @@ public static EnvelopeTemplate PrepareEnvelopeTemplate(string resultsTemplateNam
128
128
TabLabel = "Yes" ,
129
129
AnchorString = "/SMS/" ,
130
130
AnchorUnits = "pixels" ,
131
- AnchorXOffset = "20 " ,
132
- AnchorYOffset = "10 " ,
131
+ AnchorXOffset = "0 " ,
132
+ AnchorYOffset = "0 " ,
133
133
} ,
134
134
} ,
135
135
SignHereTabs = new List < SignHere >
@@ -152,35 +152,35 @@ public static EnvelopeTemplate PrepareEnvelopeTemplate(string resultsTemplateNam
152
152
TabLabel = "FullName" ,
153
153
AnchorString = "/FullName/" ,
154
154
AnchorUnits = "pixels" ,
155
- AnchorXOffset = "20 " ,
156
- AnchorYOffset = "10 " ,
155
+ AnchorXOffset = "0 " ,
156
+ AnchorYOffset = "0 " ,
157
157
} ,
158
158
new Text ( )
159
159
{
160
160
DocumentId = "1" ,
161
161
TabLabel = "PhoneNumber" ,
162
162
AnchorString = "/PhoneNumber/" ,
163
163
AnchorUnits = "pixels" ,
164
- AnchorXOffset = "20 " ,
165
- AnchorYOffset = "10 " ,
164
+ AnchorXOffset = "0 " ,
165
+ AnchorYOffset = "0 " ,
166
166
} ,
167
167
new Text ( )
168
168
{
169
169
DocumentId = "1" ,
170
170
TabLabel = "Company" ,
171
171
AnchorString = "/Company/" ,
172
172
AnchorUnits = "pixels" ,
173
- AnchorXOffset = "20 " ,
174
- AnchorYOffset = "10 " ,
173
+ AnchorXOffset = "0 " ,
174
+ AnchorYOffset = "0 " ,
175
175
} ,
176
176
new Text ( )
177
177
{
178
178
DocumentId = "1" ,
179
179
TabLabel = "JobTitle" ,
180
180
AnchorString = "/Title/" ,
181
181
AnchorUnits = "pixels" ,
182
- AnchorXOffset = "20 " ,
183
- AnchorYOffset = "10 " ,
182
+ AnchorXOffset = "0 " ,
183
+ AnchorYOffset = "0 " ,
184
184
} ,
185
185
} ,
186
186
DateSignedTabs = new List < DateSigned >
@@ -191,8 +191,8 @@ public static EnvelopeTemplate PrepareEnvelopeTemplate(string resultsTemplateNam
191
191
TabLabel = "DateSigned" ,
192
192
AnchorString = "/Date/" ,
193
193
AnchorUnits = "pixels" ,
194
- AnchorXOffset = "20 " ,
195
- AnchorYOffset = "10 " ,
194
+ AnchorXOffset = "0 " ,
195
+ AnchorYOffset = "0 " ,
196
196
} ,
197
197
} ,
198
198
} ;
@@ -204,7 +204,7 @@ public static EnvelopeTemplate PrepareEnvelopeTemplate(string resultsTemplateNam
204
204
205
205
return new EnvelopeTemplate ( )
206
206
{
207
- Description = "Example template created via the API" ,
207
+ Description = "Example template created via the eSignature API" ,
208
208
Name = resultsTemplateName ,
209
209
Shared = "false" ,
210
210
Documents = new List < Document > { document } ,
Original file line number Diff line number Diff line change 11
11
<body >
12
12
<div id =" app" >
13
13
<div id =" webform-customer-app-area" >
14
- <h5 id =" webforms-heading" >The web form has been embedded below using the DocuSign.js library.</h5 >
14
+ <h5 id =" webforms-heading" >The web form has been embedded below using the Docusign JS library.</h5 >
15
15
<div id =" docusign" class =" webform-iframe-container" >
16
16
<p >Web Form will render here</p >
17
17
</div >
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments