Using the GH File Upload action:
I have a field in my database where I would like to store a link to the file uploaded with form submission. When I add a debug action in the On Submit event, I can see the following array:
I have a field named 'regpeople_image' where I wish to store the value of the link in the above array. Is this possible?
Thanks!
Rick
I have a field in my database where I would like to store a link to the file uploaded with form submission. When I add a debug action in the On Submit event, I can see the following array:
[_PLUGINS_] => Array
(
[upload_files] => Array
(
[regpeople_photo] => Array
(
[name] => User1-photo.jpg
[path] => /home/REDACTED/images/registration_uploads/momentis/Stoffiere-Richard-photo.jpg
[size] => 775702
[link] => REDACTED/registration_uploads/momentis/Stoffiere-Richard-photo.jpg
)
)
)
I have a field named 'regpeople_image' where I wish to store the value of the link in the above array. Is this possible?
Thanks!
Rick