Add a hyperlink in a plain text control

Hi,

I want to add this statement in my form, how would I embed a hyperlink on some text as the picture below?

image

Thank you!

Hello @Qman,

You can add multiple choice field that has only one option and HTML control next to it with the text and links.

To hide the multiple choice field option label use this code:

$(fd.field('MultiChoice1').$el).find('label').text('')
1 Like