Get File Upload URL
-
Hi,
How do I programmatically get the url submitted from a file upload field?
I’m using the “fluentform_before_insert_submission” hook and here’s the code that I use to get the data from the file upload field:
$file_url = \FluentForm\Framework\Helpers\ArrayHelper::get($data, ‘file_upload’);
It was working before but now it’s not returning a valid url anymore.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Get File Upload URL’ is closed to new replies.