Skip to content

Commit b3441c4

Browse files
committed
moved y position
1 parent 7ea9fbb commit b3441c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Examples/ConnectedFields/SetConnectedFieldsService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public static function makeEnvelopes($app, $signerName, $signerEmail, $pdfDoc, $
162162
"recipientId"=> "1",
163163
"pageNumber"=> "1",
164164
"xPosition"=> "273",
165-
"yPosition"=> 20 * count($textTabs),
165+
"yPosition"=> 150 + 20 * count($textTabs),
166166
"width"=> "84",
167167
"height"=> "22",
168168
"templateRequired"=> false,

0 commit comments

Comments
 (0)