I have a Custom Post Type called "Profile". With Advanced Custom Fields (ACF) I've added the additional field PDF_file, which is used to upload a file to the newly created post, and on the frontend is a button linked to the uploaded file.
Using Gravity Forms I want visitors to be able to send this file to a friend by sending the file link, which is basically the value of the "PDF_file" field.
I can't seem to find out how I can retreive the value and insert it in to the Gravity Form.
I have implemented the Gravity in the single custom post type template by using:
<?php gravity_form(15, $display_title=false, $display_description=true, $display_inactive=false, $field_values=null, $ajax=true, $tabindex); ?>