retrieving data from url attribute

Hello, I am using url attribute to fill my form dynamically(url will redirect to an action class and will retrieve the json array),I am able to populate text fields specifying ‘name’ attribute,I want your suggestion to populate the values in label dynamically.In labels i want to display picture and link.
Also do suggest some idea to retrieve values from the url attribute and to populate the label fields.

You can use templates in the form. Check the next sample

http://webix.com/snippet/8d0a5792

As result, when you load data in form it can show part in inputs and part of data as HTML.

Thanks for the suggestion.But here you are hardcoding the value for link like “www.webix.com”,but my requirement is to get the values dynamically for the link from the json array.Could you please send me a code snippet to populate the link with dynamic values.

The value is not hardcoded, the setValues command mimics the url parameter.
The above code contains the abstract link code in the template, without hardcoding text or href attributes. The actual values will be taken from the server side dynamic data.

http://webix.com/snippet/9c128d75