Skip to content

Commit 863ee45

Browse files
committed
fixing document genaration code example
1 parent 8a94b3b commit 863ee45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/Examples/eSignature/EG042DocumentGeneration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function createController(): void
6363
public function getTemplateArgs(): array
6464
{
6565
$form_data = [
66-
'candidate_email' => $this->checkInputValues($_POST['candidate_email']),
66+
'candidate_email' => $this->checkEmailInputValue($_POST['candidate_email']),
6767
'candidate_name' => $this->checkInputValues($_POST['candidate_name']),
6868
'manager_name' => $this->checkInputValues($_POST['manager_name']),
6969
'job_title' => $_POST['job_title'],

0 commit comments

Comments
 (0)