Rich Text Field Default Value

Is there a way to make the rich text field default value actual rich text? It seems strange that the default value would not be the same format.

I use an online HTML editor, there are plenty available for free (https://onlinehtmleditor.dev/). Create your text with the WYSIWYG editor then view the HTML code. Paste the HTML into the default value on your Rich Text field. You can use HTML almost anywhere in Knack. It’s great for adding coloured titles.

Add this to a title field, adjust the color hex code, font size and text to suite.

<p style="color:#CF2474; font-size: 20px;">This text is coloured and 20px.</p>

2 Likes

Great Submission!

1 Like