Capitalise Name Input - can it be simplified?

Trying to simplify name input on a form by avoiding the use of Shift keyboard to capitalise the first and surnames.

I have used the snippet below - but somehow it looks too complicated; am I missing something simpler?

Hi @George_Marinos - I agree it is a tad complicated, but I don't think there's a simpler way to do it. And ultimately, you only build the snippet once, so if it's working, it's working :slight_smile:

I'd just leave it as it is.

At best, I could suggest making it a separate snippet so that you can then import it into any other snippet where you want to achieve the same thing. That makes things a lot more scalable.