Can anyone help at all
I am hitting my head against the wall here
How do I add any php content at all into the description section of a quickform section html area
I cannot even get it to echo "hello world"
The form i have is built using quickform, it has to be that because the other formtypes do not support emailing image upload attachments to the admin.
I have to display an image on the form, which is pulled from the virtuemart database, it displays no problem at all on the virtuemart page by just using
<img src="components/com_virtuemart/shop_image/product/<?php echo $product_full_image ?>" width="400"/>
but as soon as I add this into the forms section description, even with wysiwyg editors turned off, so that it doesnt strip anything, it still doesnt work.
<img src="images/stories/logo.png" width="400"/>
This though does work, so I know i can display the image where I want it, but I cannot figure howto get the php to work? or any php to work
I have been reading everything i can in the forum, and cannot find anything where anyone has mentioned php in a quickmode built form, or image in the form at all
Steven