Merge branch 'main' of https://github.com/JhumanJ/OpnForm
This commit is contained in:
@@ -25,7 +25,10 @@ abstract class AbstractWebhookHandler
|
||||
*/
|
||||
protected function getWebhookData(): array
|
||||
{
|
||||
$formatter = (new FormSubmissionFormatter($this->form, $this->data))->showHiddenFields();
|
||||
$formatter = (new FormSubmissionFormatter($this->form, $this->data))
|
||||
->useSignedUrlForFiles()
|
||||
->showHiddenFields()
|
||||
;
|
||||
|
||||
$formattedData = [];
|
||||
foreach ($formatter->getFieldsWithValue() as $field) {
|
||||
|
||||
Reference in New Issue
Block a user