Hi Terry
Thanks for the help
I have tried every option I can now from the forums, and I have failed totally to echo any php into the sections description / editable area
the posts that you pointed out and some others are for putting php&mysql drawn content into the selectable lists
for some reason, these allow some php to do the work, and can be prefilled in that manner, also the Value element of the hidden form items can be prefilled using php, as I posted in another thread, i used that to get the page url
but it seems to me, that the sections descriptions are stripping totaly all php
even though the php is being correctly saved into the database from the admin page.
Maybe you could do this
open any quickmode built form, and edit any section, and add into the editable section
123 <?php echo "Hello World"; ?> 456
then save and view the form
you will see only "123 456"
I know that in my instance i want to do more than just echo some text, but i am only echo'ing an image, which is available on the page, and gets stipped just the same
There must be a way round that
Its been a whole week or more now, and I am still stuck
Can anyone please help, tell me howto show text by using the php echo, into the sections editable descriptive area
Steven