The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
How to display images - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: How to display images (/showthread.php?tid=2954) |
How to display images - jgold723 - Mar 13th, 2014 I'm using the API and a custom export type to display specific columns: {foreach from=$submissions item=submission} <img src={display_field_by_colname col_name="col_16"}> <b>{display_field_by_colname col_name="col_2"}</b><br> {display_field_by_colname col_name="col_4"}<br> <b>FMI:</b> {display_field_by_colname col_name="col_5"}, {display_field_by_colname col_name="col_6"} {/foreach} It works fine, except that I can't seem to modify the file upload field (col_16) so that it doesn't try to generate a link. How do I do that? John |