@@ -211,50 +211,50 @@ public static function makeTemplateRequest(
211211 'document_id ' => '1 ' ,
212212 'anchor_string ' => '/SMS/ ' ,
213213 'anchor_units ' => 'pixels ' ,
214- 'anchor_x_offset ' => '20 ' ,
215- 'anchor_y_offset ' => '10 ' ,
214+ 'anchor_x_offset ' => '0 ' ,
215+ 'anchor_y_offset ' => '0 ' ,
216216 'tab_label ' => 'Yes '
217217 ]);
218218 $ text = new Text ([
219219 'document_id ' => "1 " ,
220220 'tab_label ' => "FullName " ,
221221 'anchor_string ' => "/FullName/ " ,
222222 'anchor_units ' => "pixels " ,
223- 'anchor_x_offset ' => "20 " ,
224- 'anchor_y_offset ' => "10 "
223+ 'anchor_x_offset ' => "0 " ,
224+ 'anchor_y_offset ' => "0 "
225225 ]);
226226 $ text2 = new Text ([
227227 'document_id ' => "1 " ,
228228 'tab_label ' => "PhoneNumber " ,
229229 'anchor_string ' => "/PhoneNumber/ " ,
230230 'anchor_units ' => "pixels " ,
231- 'anchor_x_offset ' => "20 " ,
232- 'anchor_y_offset ' => "10 "
231+ 'anchor_x_offset ' => "0 " ,
232+ 'anchor_y_offset ' => "0 "
233233 ]);
234234 $ text3 = new Text ([
235235 'document_id ' => "1 " ,
236236 'tab_label ' => "Company " ,
237237 'anchor_string ' => "/Company/ " ,
238238 'anchor_units ' => "pixels " ,
239- 'anchor_x_offset ' => "20 " ,
240- 'anchor_y_offset ' => "10 "
239+ 'anchor_x_offset ' => "0 " ,
240+ 'anchor_y_offset ' => "0 "
241241 ]);
242242 $ text4 = new Text ([
243243 'document_id ' => "1 " ,
244244 'tab_label ' => "JobTitle " ,
245245 'anchor_string ' => "/Title/ " ,
246246 'anchor_units ' => "pixels " ,
247- 'anchor_x_offset ' => "20 " ,
248- 'anchor_y_offset ' => "10 "
247+ 'anchor_x_offset ' => "0 " ,
248+ 'anchor_y_offset ' => "0 "
249249 ]);
250250
251251 $ dateSignedTabs = new DateSigned ([
252252 'document_id ' => "1 " ,
253253 'tab_label ' => "DateSigned " ,
254254 'anchor_string ' => "/Date/ " ,
255255 'anchor_units ' => "pixels " ,
256- 'anchor_x_offset ' => "20 " ,
257- 'anchor_y_offset ' => "10 "
256+ 'anchor_x_offset ' => "0 " ,
257+ 'anchor_y_offset ' => "0 "
258258 ]);
259259
260260 $ signer ->setTabs (new Tabs ([
@@ -266,7 +266,7 @@ public static function makeTemplateRequest(
266266
267267 return new EnvelopeTemplate (
268268 [
269- 'description ' => "Example template created via the API " ,
269+ 'description ' => "Example template created via the eSignature API " ,
270270 'name ' => $ template_name ,
271271 'shared ' => "false " ,
272272 'documents ' => [$ document ],
0 commit comments