Image in form

Hi,

I’d like to display an image on a form I have created. Is this possible?

I’m using the dhtmlxform 3.0 Beta.

Hi,

you may place the image into the label:

{type: “label”, label: “”}

Is it possible to change a label input from passed data? For instance, I want to include an image in a form. The xml data for the form structure includes a label field denoting where I want the image to appear along with its parameters. The data to populate the form is then loaded from another through xml file. Is there anything in place that would allow an easy update of a label field from passed data?

Thanks!

Did you find a solution on this?

I am also trying to figure it out.

Hello

You can create custom item for it or use template “item”

Custom item: docs.dhtmlx.com/doku.php?id=dhtm … ustom_item
Template: dhtmlx.com/docs/products/dht … plate.html