fix store signature (#381)
This commit is contained in:
parent
fe367a784c
commit
56b7ca9ad6
|
|
@ -144,7 +144,7 @@ class StoreFormSubmissionJob implements ShouldQueue
|
||||||
}
|
}
|
||||||
|
|
||||||
// For Singrature
|
// For Singrature
|
||||||
if ($this->form->is_pro && $field['type'] == 'signature') {
|
if ($field['type'] == 'signature') {
|
||||||
$finalData[$field['id']] = $this->storeSignature($answerValue);
|
$finalData[$field['id']] = $this->storeSignature($answerValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue