You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1288,7 +1288,7 @@ function PdfRequestFiles() {
1288
1288
style: {fontSize: "13px"}
1289
1289
},
1290
1290
{
1291
-
selector: '[data-tut="reactourForth"]',
1291
+
selector: '[data-tut="pdfArea"]',
1292
1292
content: ()=>(
1293
1293
<TourContentWithBtn
1294
1294
message={`Click any of the placeholders appearing on the document to sign. You will then see options to draw your signature, type it, or upload an image .`}
@@ -1706,11 +1706,7 @@ function PdfRequestFiles() {
Copy file name to clipboardExpand all lines: apps/OpenSign/src/pages/PlaceHolderSign.js
+17-13Lines changed: 17 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1278,7 +1278,7 @@ function PlaceHolderSign() {
1278
1278
1279
1279
consttourConfig=[
1280
1280
{
1281
-
selector: '[data-tut="reactourFirst"]',
1281
+
selector: '[data-tut="recipientArea"]',
1282
1282
content: ()=>(
1283
1283
<TourContentWithBtn
1284
1284
message={`Select a recipient from this list to add a place-holder where he is supposed to sign.The placeholder will appear in the same colour as the recipient name once you drop it on the document.`}
@@ -1289,7 +1289,18 @@ function PlaceHolderSign() {
1289
1289
style: {fontSize: "13px"}
1290
1290
},
1291
1291
{
1292
-
selector: '[data-tut="reactourSecond"]',
1292
+
selector: '[data-tut="addRecipient"]',
1293
+
content: ()=>(
1294
+
<TourContentWithBtn
1295
+
message={`Clicking "Add recipients" button will allow you to add more signer.`}
1296
+
isChecked={handleDontShow}
1297
+
/>
1298
+
),
1299
+
position: "top",
1300
+
style: {fontSize: "13px"}
1301
+
},
1302
+
{
1303
+
selector: '[data-tut="addWidgets"]',
1293
1304
content: ()=>(
1294
1305
<TourContentWithBtn
1295
1306
message={`Drag or click on a field to add it to the document.`}
@@ -1300,7 +1311,7 @@ function PlaceHolderSign() {
1300
1311
style: {fontSize: "13px"}
1301
1312
},
1302
1313
{
1303
-
selector: '[data-tut="reactourThird"]',
1314
+
selector: '[data-tut="pdfArea"]',
1304
1315
content: ()=>(
1305
1316
<TourContentWithBtn
1306
1317
message={`The PDF content area already displays the template's existing placeholders. For your convenience, these placeholders will match the color of the recipient's name, making them easily identifiable.`}
@@ -1312,7 +1323,7 @@ function PlaceHolderSign() {
1312
1323
},
1313
1324
1314
1325
{
1315
-
selector: '[data-tut="reactourFour"]',
1326
+
selector: '[data-tut="headerArea"]',
1316
1327
content: ()=>(
1317
1328
<TourContentWithBtn
1318
1329
message={`Clicking "Send" will save the document. In the next step you can customize the emails to be sent out to the recipients or copy the signing links and share those with the recipients yourself.`}
@@ -2048,14 +2059,9 @@ function PlaceHolderSign() {
Copy file name to clipboardExpand all lines: apps/OpenSign/src/pages/SignyourselfPdf.js
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -986,7 +986,7 @@ function SignYourSelf() {
986
986
};
987
987
consttourConfig=[
988
988
{
989
-
selector: '[data-tut="reactourFirst"]',
989
+
selector: '[data-tut="addWidgets"]',
990
990
content: ()=>(
991
991
<TourContentWithBtn
992
992
message={`Select and drag your preferred widgets onto the PDF to customize your document before signing. Choose the perfect spots for each modification to tailor the document to your needs.`}
0 commit comments