I am using an attachment in my form which is emailed to several users. I know GF just has a link to the uploaded file, but I cannot seem to get this link.
Could you maybe tell me how I can retrieve the url to the attached file in a post_submission function?
Currently I use $attachments = $_POST["input_4"]; But this just gives me a blank value
Thanks