simple custom forms images

blindmime
@blindmime
9 years ago
772 posts
How do I access images uploaded to a simple custom form?
updated by @blindmime: 01/12/16 05:55:47PM
michael
@michael
9 years ago
7,715 posts
Depends on where your trying to output it. If you just want to see it, you can directly access it at:
site.com/form/image/form_image/1

That 'form_image' needs to be the same as the Form Designer name you gave it so if you put something other than 'form_image' 'form_???????' then use that.

If you want it output to a .tpl file there is a smarty function for that.

Tags