I’m using a dynamic field that brings in a response that changes all the time. I want to be able to highlight/underline/bold specific words that I can feed in.
I’ve tried some conditional formatting, but it just ends up replacing the text.
Not sure how I can enable this using some plugins maybe? Or some CSS?
Would love some advice on how to do this?
I’m attempting to change the underline/bold depending on what the user has input in a dynamic text field.
Here’s an example, this field will have a paragraph entered into it from a user. I want certain text within the paragraph to be highlighted or bolded. I don’t know what the text says until the user enters it in.
does desired higlighted words need to be dynamic? if not you can just use a find and replace operation for each desired words. I’m trying to give you the simplest solution before jump in with some js. snippets