Page 1 of 1

Add icon to field title

Posted: 18 Jun 2020
by Adam Reyes
Hello I need to add an icon after or next to the Title of a field. Is this possible with jquery in FormsDesigner? I'm trying to achieve this type of effect so I can tie in an on-hover tooltip to it:
tooltip.jpg
tooltip.jpg (5.18 KiB) Viewed 10638 times

Re: Add icon to field title

Posted: 19 Jun 2020
by mnikitina
Hello Adam,

You can hide the field title.
Capture.PNG
Capture.PNG (6.94 KiB) Viewed 10634 times

And add a HTML control with the following code:

Code: Select all

<p>Title</p> <img src="PictureURL" title="this will be displayed as a tooltip"/>