We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a94b3b commit 863ee45Copy full SHA for 863ee45
src/Controllers/Examples/eSignature/EG042DocumentGeneration.php
@@ -63,7 +63,7 @@ public function createController(): void
63
public function getTemplateArgs(): array
64
{
65
$form_data = [
66
- 'candidate_email' => $this->checkInputValues($_POST['candidate_email']),
+ 'candidate_email' => $this->checkEmailInputValue($_POST['candidate_email']),
67
'candidate_name' => $this->checkInputValues($_POST['candidate_name']),
68
'manager_name' => $this->checkInputValues($_POST['manager_name']),
69
'job_title' => $_POST['job_title'],
0 commit comments