formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

View uploaded pictures in HTML / Printer Friendly Export #772

Open Jotalhao opened 3 years ago

Jotalhao commented 3 years ago

Please help me to display the uploaded image files in the Printer Friendly format Dispay ether Table or One by One format

FEPAI

ghost commented 3 years ago

Hey There!

In your Smarty Template, just include the value with your prefix to your Form Tools uploads folder in a IMG HTML tag. <img src="https://yourserverhere.com/formtools/upload/{$ANSWER_image}" />

Hope this helps.