Great energy @shiva! Your continuous contribution to the toddle Community just made you advance to Community Level 7!
Tom Ireland
1 year ago
The trick is to split the string into an array, then capitalise each array item. Alternatively, store first and last name separately (if possible), capitalise and concatenate.
Tom Ireland
1 year ago
There might be a more elegant way to do what I've done there.