Page 1 of 1

[Solved] How to use Fontstyle in a single display or text...

Posted: Wed Sep 01, 2021 3:29 pm
by MacWomble
Hallo,

I ask me (and you) how to make a display field bold or h1, when displaying Data from Database
:oops:

Re: How to use Fontstyle in a single display or text-field

Posted: Wed Sep 01, 2021 4:20 pm
by kev1n
Hi,

Use JavaScript in the form's Custom Code to format text.

E.g.

Code: Select all

$('#replace_with_your_object_id').wrap('<h1></h1>');

Re: How to use Fontstyle in a single display or text-field

Posted: Wed Sep 01, 2021 6:59 pm
by MacWomble
I'll test this soon - Thank You!

It works - Thank You!