Hello
I have a webform with a file field to upload image.

I want to print the image in the pdf.
If I put %value[mypicture] it prints a link to the image.

Is there a way to print the image or just the url to the image? (%value[mypicture:filename] for example)
(Then I would put it inside Only local images are allowed.

Thank You

Comments

Bottley’s picture

Hi,

I have the same request. Have there been any developments since this post?

droprocker’s picture

You can probably put your value inside an img-tag:

<img src="%value[mypicture]" />

HashKey’s picture

Hello and thank you missingdot it works for me.
#HashKey

HashKey’s picture

Can you close this issue if it's fixed for everyone ?
Regards,
HashKey

jglynn’s picture

How would you do it for webform 7.4x?

[submission:values:fieldset_name:field] returns a link to the image, not the actual image url.

jglynn’s picture

Version: 7.x-3.2 » 7.x-4.0
K99’s picture

Jglynn any luck?

kyleheney’s picture

I'm also looking for this functionality. I'm using Webform Select Image and would like the selected image to be rendered on the PDF.

If anyone has been able to do this, please let me know how.

Thank you

zaj’s picture

jglynn or kyleheney. What solution of your problem?

kyleheney’s picture

No solution found yet. Changed the way I was going to show the form's output (didn't use a PDF).

sankarsvks88’s picture

Me also have the same problem.
Any solution yet.

Arunah’s picture

lcaraves’s picture