Can files that user uploads on a form be sent to me as attachments instead of clickable hyperlinks?

Can files that user uploads on a form be sent to me as email attachments instead of clickable hyperlinks in the body of the email?

This would save me time and allow me to save all the attachments at once instead of having to click each hyperlink file to see what it is.
Screenshot files as hyperlinks

I attached an example of the hyperlinks that I receive when a user uploads file to my Gravity Forms form
Thanks.

Kind off, you will need to modify it, instead of using {all_fields} you have to add it fields separately and this

<a href="{file:1}">click to view</a><br/>
<img style="-moz-transform: scaleY(-1); -o-transform: scaleY(-1); -webkit-transform: scaleY(1); transform: scaleY(-1) filter: flipv();" width="150px" />```

You can do so by enabling the setting for attachments in your notification settings: https://docs.gravityforms.com/configuring-notifications-in-gravity-forms/#h-adding-an-attachment

Note that most email servers apply restrictions to the number of attachments and/or their size. So you may end having issues receiving the email if your sending server or the email server handling the inbox apply these restrictions.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.