How to make a hyperlink in texbox

I want to put a hyperlink in the text description of a OutputField, I tried the following method. However using a HTML hyperlink description does not seem to work.

How can I achieve this properly?

tab_1.section_3.not_in_params_netto_inkomen = OutputField(‘Netto inkomen huishouden (voor inzage berekening zie hier)’, flex=100, value=output_netto_inkomsten)

Hi @RayaanAjouz ,

Thank you for your post. The OutputField is quite limited. Here is a feature request that does request what you are looking for:

The alternative would be to create a WebView with the output.

I hope this helps.