• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Display an Uploaded image (Submissions - View)

Display an Uploaded image (Submissions - View) 5 years 9 months ago #39311

I'm using the Submission - View for a MENU to show my submissions

I can display all the basic info but i'm not sure how to show the IMAGE that the user uploaded with the FORM

I have tried this but with no luckj

{FormImage}

Any help would be great
The administrator has disabled public write access.

Display an Uploaded image (Submissions - View) 5 years 9 months ago #39312

Note: my Upload File is called (Image) in the Acutal Form


1. I have tried this but no luck
- I left it like this
<img src="{upload_field_name:path}" alt="image-alt" />

2. I tried this no luck
I change the path to my actual path
<img src="{upload_field_name:MYPAHT OF MY DIRECTORY I PUT HERE}" alt="image-alt" />
Last Edit: 5 years 9 months ago by rick.demetrioff.
The administrator has disabled public write access.

Display an Uploaded image (Submissions - View) 5 years 9 months ago #39313

Solved

I change my field from Image to Image_Upload then did this

<img src="{Image_Upload:path}" />

I think the Image was a set field that was causing the issue
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!