Is it possible with lead capture to add an image? I added an image field to the lead table but it is an ID. So I do not get how we can post an image to the lead api?
Announcement
Collapse
No announcement yet.
Lead capture and images
Collapse
X
-
Image field will have the value of the file (ID), these are kinda like filenames, all file is stored in the \upload\data folder.
If you used the PDF Template or Email template, you can grab the location on how EspoCRM is retrieving the image file. See these thread to see if it helps.
Hi Guys Been scratching my head all evening with this and hope that someone can help. I am creating a template from my contact which has an image of the person, when i go to print to pdf and then select the template i want it to display the picture on the page. After looking at the documentation for espoCRM i can see that i
I am writing a template and have a quick question that I can find the answer from https://www.espocrm.com/documentation/user-guide/printing-to-pdf/ It's possible to print image fields: <img src="{{file imageId}}"> where imageId – the name of custom image field, concatenated with the suffix Id. when I
Comment