Style the value in form fields

Is there a way to style different characters in form fields?

For instance, if a text field had the words “hello world!”, would I somehow be able to set the “hello” to red and bold, leaving “world!” still set to default styling?

Nope, can’t be done. An input field is all of the one style.

A textarea field though can be anything you like.

Oh well, I figured that was the case

Thanks :slight_smile: