how disable the conversion of html tag in label of text widget ?

Hi,

I want to display link in a form (content-routing workflow), in the label of a text widget, or in a comment, to give more explanation to my users on the way to fill the form.

Like lp30, I don't know how to do this. I didn't found a widget for this purpose, neither which property of text or header widget modify to avoid the conversion into an uninterpretable html tag.

Is it possible or do we have to develop a custom widget ?

Thanks

0 votes

1 answers

2120 views

ANSWER



Solve the problem by the store of my label in a workflow variable, initialized by my html description (something like this: “See <a href=“http://www.abc.def/ghij/klmn”>here</a> for more examples”) and displayed it, in the form, with an HTML text widget, in read only and its own label hide.

0 votes



that's a good workaround, and yes, a "link" widget type would be good…
02/19/2013