Images not showing up on form

Status
Not open for further replies.

fudge4u

Member
I have a form with a dropdown element so my customers can select a single item to order. I also have a Calc element that looks up an image to display, dependent on that dropdown. In the list and detail view, the images come though just fine. However, on the FORM, there is only a box showing the path to the file:
Screen Shot 2016-01-12 at 1.33.48 AM.png
The path changes correctly when the different items are selected in the dropdown. I can put the path in my URL and it will show the proper image. I just don't know why it does not show up on the form when it shows up correctly in list and detail views.

Here is my calc code:
Screen Shot 2016-01-12 at 1.34.38 AM.png

Any help would be much appreciated.
 
What site / form is this on. It should work ...

http://screencast.com/t/f3GHC6KBvgx

... you can see the "Foo" in the calc test update, and the picture is updating (it doesn't appear to change because I'm just returning a single static image, but it's reloading) ...

Code:
return "foo" . ":" . "{fab_junk___foo}" . "<br />state: " . "{fab_junk___states}<br />time test: {fab_junk___time_test}<br />radio: {fab_junk___rr}<br />radio raw: {fab_junk___rr_raw}<br /><img src=\"/joomla30/uploads/fab_uploads/simple_upload/berlin_winter.jpg\" />";

-- hugh
 
My site is victoryprinting.net. Use login "test" and password "test" on the front end. I inserted a record which does show the image in the list and detail view, just not the order form.

The form is under the menu on the upper right "Order Printing Items" and the list is under "Order History"

Thanks again.
 
Ah I didn't realize we still changed it to a textarea if the 'height' is >1.

Try setting width and height back to 0, it'll then just be a span which should size itself appropriately.

-- hugh
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top