Closed (fixed)
Project:
Webform
Version:
7.x-3.18
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
22 May 2013 at 02:30 UTC
Updated:
16 Jun 2013 at 07:10 UTC
How do i make the web form results to show the image uploaded via files instead of just the number?
Ive search but couldnt find any help. Detailed help appreciated as i am not an expert. Thank you.
Comments
Comment #1
quicksketchYou can do this by overriding the theme_webform_display_file() function (found in components/file.inc) in your theme's template.php file. If you haven't ever overridden a theme function before, watch this video: http://www.youtube.com/watch?v=KlmFWzBO7MM
We don't provide help to specific coding questions in the Webform issue queue, so the specifics of the implementation you'll need to work out yourself. However if you find a solution that works for you, it may be helpful to others if you post your solution once implemented.