Reply To: accessing uploaded images from notification emails?
March 10, 2021 at 12:37 pm Reply
Support Manager
Hi Justin,
The file URL in the default Gravity Forms merge tag cannot be modified, so we have a custom merge tag you can use to link to S3 files. The merge tag looks like: {s3urls field_id=1}
. You can replace the field_id
parameter with the ID of your form field to show file URLs for a specific input field. Alternatively, you can remove the field_id
parameter to show a list of all S3 URLs for the entire submission.