Skip to content

Commit 094e559

Browse files
add folder path to web001 (#159)
* add folder path to web001
1 parent 0f51cf8 commit 094e559

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Controllers/Examples/WebForms/EG001CreateAndEmbedForm.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use DocuSign\Controllers\WebFormsApiBaseController;
66
use DocuSign\Services\Examples\WebForms\CreateAndEmbedFormService;
77
use DocuSign\WebForms\Client\ApiException;
8+
use DocuSign\Services\ManifestService;
89

910
class EG001CreateAndEmbedForm extends WebFormsApiBaseController
1011
{
@@ -124,7 +125,11 @@ public function askToCreateWebForm(): void
124125
[
125126
'common_texts' => $this->getCommonText(),
126127
'code_example_text' => $this->codeExampleText,
127-
'description' => $this->codeExampleText["AdditionalPage"][1]["ResultsPageText"],
128+
'description' => ManifestService::replacePlaceholders(
129+
"{0}",
130+
"public/demo_documents",
131+
$this->codeExampleText["AdditionalPage"][1]["ResultsPageText"]
132+
),
128133
]
129134
);
130135

0 commit comments

Comments
 (0)