Active Link in Textarea

Is it possible to set written links like dhtmlx.com active so the user could click the link?
Is there an other form attribute type which can handle links?

Thx

Normally you can’t add a link inside a textarea in case that a textarea is designed to edit/display plain text only, all html text will not rendered inside textarea.
in dhtmlx you can use a template definitively to show a link.
Here the docs
http://docs.dhtmlx.com/form__controls_list.html#template
and samples
http://dhtmlx.com/docs/products/dhtmlxForm/samples/02_items/04_template.html

I hope that helps you.

Thanks Björn :wink: