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.
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.