I have a form with a “Name” input. i want the input should show the typed name in capitalized words (like: John Deer), regardless how the user typed it.
Unfortunately the “:capitalized words” operator will not do the job in such a case.
I have a form with a “Name” input. i want the input should show the typed name in capitalized words (like: John Deer), regardless how the user typed it.
Unfortunately the “:capitalized words” operator will not do the job in such a case.
Hi,
Would something like this help?
field_name:lowercase:capitalized words
This topic was automatically closed after 70 days. New replies are no longer allowed.