I have a text field that stores the name of the person requesting a Work Order. I know the end users will probably type the Requestor's full name (ex. John Doe) even though I have an example showing the correct format, which should be "J. Doe". How can I take whatever data they enter in the text field and trim it so that it appears in the correct format, as shown above?
So, from "John Doe" to "J. Doe" (example).
Thanks!
So, from "John Doe" to "J. Doe" (example).
Thanks!