File Upload (Contact Field) - Decipher specific files for email reports/snippets
M
Michael LaRosa
We are a solar company and we have multiple custom contact fields file uploads which allows for multiple files to be uploaded whether it be manually on the contact page or with internal forms and surveys our team submits after calls. This could be for utility bill pictures or pictures of
After they submit the form, we have an email report that gets sent out to a few team members as a confirmation of the submission (similar to a jotform auto responder) and we tie in the file upload with the generated keys for that contact field such as:
{{contact.utility_bill_upload}}
{{contact.housesite_photos}}, etc..
When multiple files are uploaded to that contact field, I find that only 1 of the attachments will populate into the email causing us to seek the other photos directly out of GHL and some of the team members in GHL are not a user.
Wondering if there is a way to separate the different files with the unique key such as:
{{contact.utility_bill_upload-1}}
{{contact.utility_bill_upload-2}}
{{contact.utility_bill_upload-3}}
{{contact.utility_bill_upload-4}}
Log In