diff --git a/app/Jobs/Form/StoreFormSubmissionJob.php b/app/Jobs/Form/StoreFormSubmissionJob.php index cb98e4b3..ef2f1814 100644 --- a/app/Jobs/Form/StoreFormSubmissionJob.php +++ b/app/Jobs/Form/StoreFormSubmissionJob.php @@ -144,7 +144,7 @@ class StoreFormSubmissionJob implements ShouldQueue } // For Singrature - if ($this->form->is_pro && $field['type'] == 'signature') { + if ($field['type'] == 'signature') { $finalData[$field['id']] = $this->storeSignature($answerValue); }