Adding image file to a text input form
I want to add a non-interactive image to a text input form. I tried to follow instructions but they weren't detailed enough. Can someone please let me know step by step, how to add an image to my text input form?
Thank you
Comments
Hi,
Just add these two lines to a form_base_item
~
the numbers in the beginning define how large and where the widgets are placed.
widget 0 0 1 1 image path="" # make sure the image exists in your file pool
widget 1 1 1 1 text_input return_accepts=yes var=response
~
Hope this helps.
Eduard